Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfile.c1007 cfile = find_writable_file(cinode, FIND_FSUID_ONLY); in cifs_do_truncate()
1088 FIND_FSUID_ONLY | in cifs_open()
2624 bool fsuid_only = find_flags & FIND_FSUID_ONLY; in __find_readable_file()
2693 fsuid_only = find_flags & FIND_FSUID_ONLY; in __cifs_get_writable_file()
H A Dcifsglob.h1892 FIND_FSUID_ONLY = (1U << 0), enumerator
H A Dcifsacl.c1633 open_file = find_readable_file(CIFS_I(inode), FIND_FSUID_ONLY); in get_cifs_acl()