Home
last modified time | relevance | path

Searched refs:ret_file (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dcifsproto.h152 struct cifsFileInfo **ret_file);
155 struct cifsFileInfo **ret_file);
158 struct cifsFileInfo **ret_file);
Dfile.c2245 struct cifsFileInfo **ret_file) in cifs_get_writable_file() argument
2254 *ret_file = NULL; in cifs_get_writable_file()
2292 *ret_file = open_file; in cifs_get_writable_file()
2316 *ret_file = inv_file; in cifs_get_writable_file()
2349 struct cifsFileInfo **ret_file) in cifs_get_writable_path() argument
2354 *ret_file = NULL; in cifs_get_writable_path()
2371 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
2381 struct cifsFileInfo **ret_file) in cifs_get_readable_path() argument
2386 *ret_file = NULL; in cifs_get_readable_path()
2403 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()
[all …]