Searched refs:fsuid_only (Results 1 – 1 of 1) sorted by relevance
2648 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __find_readable_file() local2653 fsuid_only = false; in __find_readable_file()2660 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in __find_readable_file()2692 bool fsuid_only, with_delete; in __cifs_get_writable_file() local2717 fsuid_only = find_flags & FIND_FSUID_ONLY; in __cifs_get_writable_file()2720 fsuid_only = false; in __cifs_get_writable_file()2731 if (fsuid_only && !uid_eq(open_file->uid, current_fsuid())) in __cifs_get_writable_file()