Lines Matching refs:ret_file
1959 struct cifsFileInfo **ret_file) in cifs_get_writable_file() argument
1968 *ret_file = NULL; in cifs_get_writable_file()
2006 *ret_file = open_file; in cifs_get_writable_file()
2030 *ret_file = inv_file; in cifs_get_writable_file()
2063 struct cifsFileInfo **ret_file) in cifs_get_writable_path() argument
2070 *ret_file = NULL; in cifs_get_writable_path()
2089 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
2098 struct cifsFileInfo **ret_file) in cifs_get_readable_path() argument
2105 *ret_file = NULL; in cifs_get_readable_path()
2124 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()
2125 return *ret_file ? 0 : -ENOENT; in cifs_get_readable_path()