Home
last modified time | relevance | path

Searched refs:find_writable_file (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/smb/client/
Dfile.c2539 find_writable_file(struct cifsInodeInfo *cifs_inode, int flags) in find_writable_file() function
2659 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_strict_fsync()
2707 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
Dcifsproto.h153 extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *, int);
Dsmb1ops.c805 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY); in smb_set_file_info()
Dinode.c2831 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
3000 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
Dcifsfs.c1174 writeable_srcfile = find_writable_file(src_cifsi, FIND_WR_FSUID_ONLY); in cifs_precopy_set_eof()
Dsmb2ops.c3776 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()