Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsproto.h139 struct cifsFileInfo **ret_file);
142 struct cifsFileInfo **ret_file);
145 struct cifsFileInfo **ret_file);
Dfile.c1916 struct cifsFileInfo **ret_file) in cifs_get_writable_file() argument
1925 *ret_file = NULL; in cifs_get_writable_file()
1963 *ret_file = open_file; in cifs_get_writable_file()
1987 *ret_file = inv_file; in cifs_get_writable_file()
2020 struct cifsFileInfo **ret_file) in cifs_get_writable_path() argument
2027 *ret_file = NULL; in cifs_get_writable_path()
2046 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
2055 struct cifsFileInfo **ret_file) in cifs_get_readable_path() argument
2062 *ret_file = NULL; in cifs_get_readable_path()
2081 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()
[all …]