cifs_get_writable_file  137 fs/cifs/cifsproto.h extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
cifs_get_writable_file 2116 fs/cifs/cifssmb.c 		rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY,
cifs_get_writable_file 2015 fs/cifs/file.c 	rc = cifs_get_writable_file(cifs_inode, flags, &cfile);
cifs_get_writable_file 2051 fs/cifs/file.c 		return cifs_get_writable_file(cinode, flags, ret_file);
cifs_get_writable_file 2128 fs/cifs/file.c 	rc = cifs_get_writable_file(CIFS_I(mapping->host), FIND_WR_ANY,
cifs_get_writable_file 2322 fs/cifs/file.c 		rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile);
cifs_get_writable_file 2477 fs/cifs/inode.c 		rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);