Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsproto.h139 struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *cifs_inode,
H A Dfile.c1015 cfile = find_writable_file(cinode, FIND_FSUID_ONLY); in cifs_do_truncate()
2789 find_writable_file(struct cifsInodeInfo *cifs_inode, int flags) in find_writable_file() function
2933 smbfile = find_writable_file(CIFS_I(inode), FIND_ANY); in cifs_fsync()
H A Dsmb2ops.c4185 wrcfile = find_writable_file(cifsi, FIND_ANY); in smb3_llseek()