Lines Matching refs:cfile
175 int *cmds, int num_cmds, struct cifsFileInfo *cfile, in smb2_compound_op() argument
221 if (cfile) in smb2_compound_op()
275 if (cfile) { in smb2_compound_op()
278 cfile->fid.persistent_fid, in smb2_compound_op()
279 cfile->fid.volatile_fid, in smb2_compound_op()
294 if (!rc && (!cfile || num_rqst > 1)) { in smb2_compound_op()
308 if (cfile) { in smb2_compound_op()
312 cfile->fid.persistent_fid, in smb2_compound_op()
313 cfile->fid.volatile_fid, in smb2_compound_op()
330 if (!rc && (!cfile || num_rqst > 1)) { in smb2_compound_op()
375 if (cfile) { in smb2_compound_op()
378 cfile->fid.persistent_fid, in smb2_compound_op()
379 cfile->fid.volatile_fid, in smb2_compound_op()
394 if (!rc && (!cfile || num_rqst > 1)) { in smb2_compound_op()
410 if (cfile) { in smb2_compound_op()
413 cfile->fid.persistent_fid, in smb2_compound_op()
414 cfile->fid.volatile_fid, current->tgid, in smb2_compound_op()
425 if (!rc && (!cfile || num_rqst > 1)) { in smb2_compound_op()
451 if (cfile) { in smb2_compound_op()
454 cfile->fid.persistent_fid, in smb2_compound_op()
455 cfile->fid.volatile_fid, in smb2_compound_op()
465 if (!rc && (!cfile || num_rqst > 1)) { in smb2_compound_op()
505 if (cfile) { in smb2_compound_op()
507 cfile->fid.persistent_fid, in smb2_compound_op()
508 cfile->fid.volatile_fid, in smb2_compound_op()
519 if (!rc && (!cfile || num_rqst > 1)) { in smb2_compound_op()
533 if (cfile) { in smb2_compound_op()
535 cfile->fid.persistent_fid, in smb2_compound_op()
536 cfile->fid.volatile_fid, in smb2_compound_op()
545 if (!rc && (!cfile || num_rqst > 1)) { in smb2_compound_op()
559 if (cfile) { in smb2_compound_op()
562 cfile->fid.persistent_fid, in smb2_compound_op()
563 cfile->fid.volatile_fid, in smb2_compound_op()
580 if (!rc && (!cfile || num_rqst > 1)) { in smb2_compound_op()
597 if (cfile) in smb2_compound_op()
612 if (cfile) { in smb2_compound_op()
644 if (rc == 0 && cfile && cfile->symlink_target) { in smb2_compound_op()
645 idata->symlink_target = kstrdup(cfile->symlink_target, GFP_KERNEL); in smb2_compound_op()
667 if (rc == 0 && cfile && cfile->symlink_target) { in smb2_compound_op()
668 idata->symlink_target = kstrdup(cfile->symlink_target, GFP_KERNEL); in smb2_compound_op()
823 if (cfile) in smb2_compound_op()
824 cifsFileInfo_put(cfile); in smb2_compound_op()
867 struct cifsFileInfo *cfile; in smb2_query_path_info() local
917 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
922 cfile, out_iov, out_buftype, NULL); in smb2_query_path_info()
957 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
960 cfile, NULL, NULL, NULL); in smb2_query_path_info()
1006 struct cifsFileInfo *cfile; in smb2_mkdir_setinfo() local
1016 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo()
1022 cfile, NULL, NULL, NULL); in smb2_mkdir_setinfo()
1068 int command, struct cifsFileInfo *cfile, in smb2_set_path_attr() argument
1087 cfile, NULL, NULL, dentry); in smb2_set_path_attr()
1099 struct cifsFileInfo *cfile; in smb2_rename_path() local
1103 cifs_get_writable_path(tcon, from_name, FIND_WR_WITH_DELETE, &cfile); in smb2_rename_path()
1106 co, DELETE, SMB2_OP_RENAME, cfile, source_dentry); in smb2_rename_path()
1110 FIND_WR_WITH_DELETE, &cfile); in smb2_rename_path()
1112 co, DELETE, SMB2_OP_RENAME, cfile, NULL); in smb2_rename_path()
1137 struct cifsFileInfo *cfile; in smb2_set_path_size() local
1144 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1151 cfile, NULL, NULL, dentry); in smb2_set_path_size()
1154 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1158 cfile, NULL, NULL, NULL); in smb2_set_path_size()
1171 struct cifsFileInfo *cfile; in smb2_set_file_info() local
1185 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
1191 cfile, NULL, NULL, NULL); in smb2_set_file_info()
1207 struct cifsFileInfo *cfile; in smb2_get_reparse_inode() local
1233 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
1235 in_iov, cmds, 2, cfile, out_iov, out_buftype, NULL); in smb2_get_reparse_inode()
1242 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
1244 in_iov, cmds, 2, cfile, out_iov, out_buftype, NULL); in smb2_get_reparse_inode()
1279 struct cifsFileInfo *cfile; in smb2_query_reparse_point() local
1285 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_reparse_point()
1292 cfile, NULL, NULL, NULL); in smb2_query_reparse_point()