Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsproto.h141 extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *, int);
H A Dsmb1ops.c769 open_file = find_writable_file(cinode, FIND_WR_FSUID_ONLY); in smb_set_file_info()
H A Dinode.c2526 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
2693 open_file = find_writable_file(cifsInode, FIND_WR_FSUID_ONLY);
H A Dfile.c2052 find_writable_file(struct cifsInodeInfo *cifs_inode, int flags) in find_writable_file() function
2630 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_strict_fsync()
2675 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
H A Dsmb2ops.c3751 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()