Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dfile.c1856 bool fsuid_only) in find_readable_file() argument
1863 fsuid_only = false; in find_readable_file()
1870 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in find_readable_file()
1890 bool fsuid_only) in find_writable_file() argument
1912 fsuid_only = false; in find_writable_file()
1923 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in find_writable_file()