Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb1ops.c769 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY); in smb_set_file_info()
H A Dcifsglob.h1758 #define FIND_WR_FSUID_ONLY 1 macro
H A Dinode.c2526 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
2693 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
H A Dfile.c1970 bool fsuid_only = flags & FIND_WR_FSUID_ONLY; in cifs_get_writable_file()