Lines Matching refs:ret_file
2568 struct cifsFileInfo **ret_file) in cifs_get_writable_file() argument
2577 *ret_file = NULL; in cifs_get_writable_file()
2618 *ret_file = open_file; in cifs_get_writable_file()
2642 *ret_file = inv_file; in cifs_get_writable_file()
2675 struct cifsFileInfo **ret_file) in cifs_get_writable_path() argument
2680 *ret_file = NULL; in cifs_get_writable_path()
2697 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
2707 struct cifsFileInfo **ret_file) in cifs_get_readable_path() argument
2712 *ret_file = NULL; in cifs_get_readable_path()
2729 *ret_file = find_readable_file(cinode, 0); in cifs_get_readable_path()
2730 if (*ret_file) { in cifs_get_readable_path()
2732 if ((*ret_file)->status_file_deleted) { in cifs_get_readable_path()
2734 cifsFileInfo_put(*ret_file); in cifs_get_readable_path()
2735 *ret_file = NULL; in cifs_get_readable_path()
2740 return *ret_file ? 0 : -ENOENT; in cifs_get_readable_path()