Home
last modified time | relevance | path

Searched refs:cifs_get_writable_file (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/cifs/
Dfile.c1958 cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, int flags, in cifs_get_writable_file() function
2053 rc = cifs_get_writable_file(cifs_inode, flags, &cfile); in find_writable_file()
2089 return cifs_get_writable_file(cinode, flags, ret_file); in cifs_get_writable_path()
2166 rc = cifs_get_writable_file(CIFS_I(mapping->host), FIND_WR_ANY, in cifs_partialpagewrite()
2360 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile); in cifs_writepages()
Dcifsproto.h142 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
Dinode.c2787 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
Dcifssmb.c2042 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, in cifs_writev_requeue()