Searched refs:cifs_get_writable_file (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | file.c | 2244 cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, int flags, in cifs_get_writable_file() function 2339 rc = cifs_get_writable_file(cifs_inode, flags, &cfile); in find_writable_file() 2371 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path() 2481 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, in cifs_writev_requeue() 2592 rc = cifs_get_writable_file(CIFS_I(mapping->host), FIND_WR_ANY, in cifs_partialpagewrite() 2753 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile); in cifs_write_back_from_locked_folio()
|
D | cifsproto.h | 150 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
|
D | inode.c | 3011 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
|