Searched refs:fsuid_only (Results 1 – 2 of 2) sorted by relevance
1852 bool fsuid_only) in find_readable_file() argument1859 fsuid_only = false; in find_readable_file()1866 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in find_readable_file()1887 cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, bool fsuid_only, in cifs_get_writable_file() argument1914 fsuid_only = false; in cifs_get_writable_file()1925 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in cifs_get_writable_file()1974 find_writable_file(struct cifsInodeInfo *cifs_inode, bool fsuid_only) in find_writable_file() argument1979 rc = cifs_get_writable_file(cifs_inode, fsuid_only, &cfile); in find_writable_file()
138 bool fsuid_only,