Lines Matching refs:cfile
67 struct cifsFileInfo *cfile)
101 if (cfile)
140 if (cfile)
143 cfile->fid.persistent_fid,
144 cfile->fid.volatile_fid,
174 if (cfile)
177 cfile->fid.persistent_fid,
178 cfile->fid.volatile_fid,
239 if (cfile) {
242 cfile->fid.persistent_fid,
243 cfile->fid.volatile_fid,
275 if (cfile)
278 cfile->fid.persistent_fid,
279 cfile->fid.volatile_fid, current->tgid,
317 if (cfile)
320 cfile->fid.persistent_fid,
321 cfile->fid.volatile_fid,
375 if (cfile)
390 if (cfile) {
402 if (cfile)
403 cifsFileInfo_put(cfile);
531 struct cifsFileInfo *cfile;
562 cifs_get_readable_path(tcon, full_path, &cfile);
565 ACL_NO_MODE, smb2_data, SMB2_OP_QUERY_INFO, cfile);
593 struct cifsFileInfo *cfile;
612 cifs_get_readable_path(tcon, full_path, &cfile);
615 ACL_NO_MODE, smb2_data, SMB2_OP_POSIX_QUERY_INFO, cfile);
656 struct cifsFileInfo *cfile;
664 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile);
668 &data, SMB2_OP_SET_INFO, cfile);
695 struct cifsFileInfo *cfile)
707 command, cfile);
718 struct cifsFileInfo *cfile;
720 cifs_get_writable_path(tcon, from_name, FIND_WR_WITH_DELETE, &cfile);
723 cifs_sb, DELETE, SMB2_OP_RENAME, cfile);