Lines Matching refs:xid

58 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon,
166 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid,
201 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path);
204 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path);
211 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path);
229 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path);
264 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path);
297 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid,
337 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path);
364 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path);
390 rc = compound_send_recv(xid, ses, server,
395 rc = compound_send_recv(xid, ses, server,
428 trace_smb3_query_info_compound_err(xid, ses->Suid,
431 trace_smb3_query_info_compound_done(xid, ses->Suid,
470 trace_smb3_posix_query_info_compound_err(xid, ses->Suid, tcon->tid, rc);
472 trace_smb3_posix_query_info_compound_done(xid, ses->Suid, tcon->tid);
476 trace_smb3_delete_err(xid, ses->Suid, tcon->tid, rc);
478 trace_smb3_delete_done(xid, ses->Suid, tcon->tid);
484 trace_smb3_mkdir_err(xid, ses->Suid, tcon->tid, rc);
486 trace_smb3_mkdir_done(xid, ses->Suid, tcon->tid);
492 trace_smb3_hardlink_err(xid, ses->Suid, tcon->tid, rc);
494 trace_smb3_hardlink_done(xid, ses->Suid, tcon->tid);
499 trace_smb3_rename_err(xid, ses->Suid, tcon->tid, rc);
501 trace_smb3_rename_done(xid, ses->Suid, tcon->tid);
506 trace_smb3_rmdir_err(xid, ses->Suid, tcon->tid, rc);
508 trace_smb3_rmdir_done(xid, ses->Suid, tcon->tid);
513 trace_smb3_set_eof_err(xid, ses->Suid, tcon->tid, rc);
515 trace_smb3_set_eof_done(xid, ses->Suid, tcon->tid);
520 trace_smb3_set_info_compound_err(xid, ses->Suid,
523 trace_smb3_set_info_compound_done(xid, ses->Suid,
574 int smb2_query_path_info(const unsigned int xid,
595 rc = open_cached_dir(xid, tcon, full_path, cifs_sb, false, &cfid);
601 rc = SMB2_query_info(xid, tcon, cfid->fid.persistent_fid,
609 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, FILE_OPEN,
630 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
641 rc2 = cifs_inval_name_dfs_link_error(xid, tcon, cifs_sb,
658 int smb311_posix_query_path_info(const unsigned int xid,
687 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES, FILE_OPEN,
708 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, FILE_READ_ATTRIBUTES,
743 smb2_mkdir(const unsigned int xid, struct inode *parent_inode, umode_t mode,
747 return smb2_compound_op(xid, tcon, cifs_sb, name,
756 const unsigned int xid)
769 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name,
778 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
781 drop_cached_dir_by_name(xid, tcon, name, cifs_sb);
782 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN,
788 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
791 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN,
796 static int smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon,
810 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, access,
818 int smb2_rename_path(const unsigned int xid,
827 drop_cached_dir_by_name(xid, tcon, from_name, cifs_sb);
830 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb,
834 int smb2_create_hardlink(const unsigned int xid,
842 return smb2_set_path_attr(xid, tcon, from_name, to_name,
848 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
856 return smb2_compound_op(xid, tcon, cifs_sb, full_path,
863 FILE_BASIC_INFO *buf, const unsigned int xid)
882 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,