Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfile.c2305 bool fsuid_only) in find_readable_file() argument
2312 fsuid_only = false; in find_readable_file()
2319 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in find_readable_file()
2348 bool fsuid_only = flags & FIND_WR_FSUID_ONLY; in cifs_get_writable_file() local
2368 fsuid_only = false; in cifs_get_writable_file()
2379 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in cifs_get_writable_file()