Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dcifsproto.h144 struct cifsFileInfo **ret_file);
147 struct cifsFileInfo **ret_file);
150 struct cifsFileInfo **ret_file);
Dfile.c2034 struct cifsFileInfo **ret_file) in cifs_get_writable_file() argument
2043 *ret_file = NULL; in cifs_get_writable_file()
2081 *ret_file = open_file; in cifs_get_writable_file()
2105 *ret_file = inv_file; in cifs_get_writable_file()
2138 struct cifsFileInfo **ret_file) in cifs_get_writable_path() argument
2143 *ret_file = NULL; in cifs_get_writable_path()
2160 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
2170 struct cifsFileInfo **ret_file) in cifs_get_readable_path() argument
2175 *ret_file = NULL; in cifs_get_readable_path()
2192 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()
[all …]