Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c2563 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __find_readable_file() local
2568 fsuid_only = false; in __find_readable_file()
2575 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in __find_readable_file()
2607 bool fsuid_only, with_delete; in __cifs_get_writable_file() local
2632 fsuid_only = find_flags & FIND_FSUID_ONLY; in __cifs_get_writable_file()
2635 fsuid_only = false; in __cifs_get_writable_file()
2646 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in __cifs_get_writable_file()