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