Searched refs:cifs_get_writable_file (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/cifs/ | 
| D | cifsproto.h | 137 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
  | 
| D | file.c | 1887 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()
  | 
| D | inode.c | 2472 		rc = cifs_get_writable_file(cifsInode, false, &wfile);
  | 
| D | cifssmb.c | 2115 		rc = cifs_get_writable_file(CIFS_I(inode), false,  in cifs_writev_requeue()
  |