Searched refs:ret_file (Results 1 – 2 of 2) sorted by relevance
147 struct cifsFileInfo **ret_file);150 struct cifsFileInfo **ret_file);153 struct cifsFileInfo **ret_file);
2116 struct cifsFileInfo **ret_file) in cifs_get_writable_file() argument2125 *ret_file = NULL; in cifs_get_writable_file()2163 *ret_file = open_file; in cifs_get_writable_file()2187 *ret_file = inv_file; in cifs_get_writable_file()2220 struct cifsFileInfo **ret_file) in cifs_get_writable_path() argument2225 *ret_file = NULL; in cifs_get_writable_path()2242 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()2252 struct cifsFileInfo **ret_file) in cifs_get_readable_path() argument2257 *ret_file = NULL; in cifs_get_readable_path()2274 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()[all …]