Searched refs:cifs_get_writable_file (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 2340 cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, int flags, in cifs_get_writable_file() function 2435 rc = cifs_get_writable_file(cifs_inode, flags, &cfile); in find_writable_file() 2467 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path() 2577 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, in cifs_writev_requeue() 2688 rc = cifs_get_writable_file(CIFS_I(mapping->host), FIND_WR_ANY, in cifs_partialpagewrite() 2856 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile); in cifs_write_back_from_locked_folio()
|
H A D | cifsproto.h | 152 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
|
H A D | inode.c | 3145 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
|