Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1ops.c787 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY); in smb_set_file_info()
H A Dfile.c996 rc = cifs_get_writable_path(tcon, full_path, FIND_WR_FSUID_ONLY, &cfile); in cifs_open()
2463 bool fsuid_only = flags & FIND_WR_FSUID_ONLY; in cifs_get_writable_file()
H A Dcifsglob.h1870 #define FIND_WR_FSUID_ONLY 1 macro
H A Dinode.c2955 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
3124 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
H A Dcifsfs.c1206 writeable_srcfile = find_writable_file(src_cifsi, FIND_WR_FSUID_ONLY); in cifs_precopy_set_eof()