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