Home
last modified time | relevance | path

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

/fs/cifs/
Dcifsproto.h136 extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *, bool);
Dinode.c2219 open_file = find_writable_file(cifsInode, true);
2369 open_file = find_writable_file(cifsInode, true);
Dsmb1ops.c770 open_file = find_writable_file(cinode, true); in smb_set_file_info()
Dfile.c2006 find_writable_file(struct cifsInodeInfo *cifs_inode, bool fsuid_only) in find_writable_file() function
Dsmb2ops.c3132 wrcfile = find_writable_file(cifsi, false); in smb3_llseek()