Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dsmb1ops.c805 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY); in smb_set_file_info()
Dinode.c2789 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
2958 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
Dcifsglob.h1836 #define FIND_WR_FSUID_ONLY 1 macro
Dcifsfs.c1209 writeable_srcfile = find_writable_file(src_cifsi, FIND_WR_FSUID_ONLY); in cifs_precopy_set_eof()
Dfile.c2256 bool fsuid_only = flags & FIND_WR_FSUID_ONLY; in cifs_get_writable_file()