Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsproto.h154 struct cifsFileInfo **ret_file);
157 struct cifsFileInfo **ret_file);
160 struct cifsFileInfo **ret_file);
H A Dfile.c2341 struct cifsFileInfo **ret_file) in cifs_get_writable_file() argument
2350 *ret_file = NULL; in cifs_get_writable_file()
2388 *ret_file = open_file; in cifs_get_writable_file()
2412 *ret_file = inv_file; in cifs_get_writable_file()
2445 struct cifsFileInfo **ret_file) in cifs_get_writable_path() argument
2450 *ret_file = NULL; in cifs_get_writable_path()
2467 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
2477 struct cifsFileInfo **ret_file) in cifs_get_readable_path() argument
2482 *ret_file = NULL; in cifs_get_readable_path()
2499 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()
[all …]