Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifsproto.h137 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
Dfile.c1887 cifs_get_writable_file(struct cifsInodeInfo *cifs_inode, bool fsuid_only, in cifs_get_writable_file() function
1979 rc = cifs_get_writable_file(cifs_inode, fsuid_only, &cfile); in find_writable_file()
2014 return cifs_get_writable_file(cinode, 0, ret_file); in cifs_get_writable_path()
2091 rc = cifs_get_writable_file(CIFS_I(mapping->host), false, &open_file); in cifs_partialpagewrite()
2284 rc = cifs_get_writable_file(CIFS_I(inode), false, &cfile); in cifs_writepages()
Dinode.c2472 rc = cifs_get_writable_file(cifsInode, false, &wfile);
Dcifssmb.c2115 rc = cifs_get_writable_file(CIFS_I(inode), false, in cifs_writev_requeue()