Searched refs:cifs_get_writable_file (Results 1 – 3 of 3) sorted by relevance
/linux/fs/smb/client/ |
H A D | file.c | 250 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_WR_ANY, &req->cfile); in cifs_begin_writeback() 2490 cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, int flags, in cifs_get_writable_file() function 2585 rc = cifs_get_writable_file(cifs_inode, flags, &cfile); in find_writable_file() 2617 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
|
H A D | cifsproto.h | 172 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
|
H A D | inode.c | 3251 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
|