Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/ !
Dcifsproto.h147 struct cifsFileInfo **ret_file);
150 struct cifsFileInfo **ret_file);
153 struct cifsFileInfo **ret_file);
Dfile.c2116 struct cifsFileInfo **ret_file) in cifs_get_writable_file() argument
2125 *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() argument
2225 *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() argument
2257 *ret_file = NULL; in cifs_get_readable_path()
2274 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()
[all …]