Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifsproto.h141 extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *, int);
Dsmb1ops.c769 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY); in smb_set_file_info()
Dinode.c2524 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
2683 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
Dfile.c2048 find_writable_file(struct cifsInodeInfo *cifs_inode, int flags) in find_writable_file() function
Dsmb2ops.c3567 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()