Lines Matching refs:xid

63 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon,
167 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid,
202 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path);
205 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path);
212 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path);
230 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path);
265 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path);
298 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid,
338 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path);
365 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path);
391 rc = compound_send_recv(xid, ses, server,
396 rc = compound_send_recv(xid, ses, server,
427 trace_smb3_query_info_compound_err(xid, ses->Suid,
430 trace_smb3_query_info_compound_done(xid, ses->Suid,
447 trace_smb3_posix_query_info_compound_err(xid, ses->Suid, tcon->tid, rc);
449 trace_smb3_posix_query_info_compound_done(xid, ses->Suid, tcon->tid);
453 trace_smb3_delete_err(xid, ses->Suid, tcon->tid, rc);
455 trace_smb3_delete_done(xid, ses->Suid, tcon->tid);
461 trace_smb3_mkdir_err(xid, ses->Suid, tcon->tid, rc);
463 trace_smb3_mkdir_done(xid, ses->Suid, tcon->tid);
469 trace_smb3_hardlink_err(xid, ses->Suid, tcon->tid, rc);
471 trace_smb3_hardlink_done(xid, ses->Suid, tcon->tid);
476 trace_smb3_rename_err(xid, ses->Suid, tcon->tid, rc);
478 trace_smb3_rename_done(xid, ses->Suid, tcon->tid);
483 trace_smb3_rmdir_err(xid, ses->Suid, tcon->tid, rc);
485 trace_smb3_rmdir_done(xid, ses->Suid, tcon->tid);
490 trace_smb3_set_eof_err(xid, ses->Suid, tcon->tid, rc);
492 trace_smb3_set_eof_done(xid, ses->Suid, tcon->tid);
497 trace_smb3_set_info_compound_err(xid, ses->Suid,
500 trace_smb3_set_info_compound_done(xid, ses->Suid,
523 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
544 rc = open_shroot(xid, tcon, cifs_sb, &cfid);
552 rc = SMB2_query_info(xid, tcon,
563 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
571 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
587 smb311_posix_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
613 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
622 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path,
639 smb2_mkdir(const unsigned int xid, struct inode *parent_inode, umode_t mode,
643 return smb2_compound_op(xid, tcon, cifs_sb, name,
652 const unsigned int xid)
665 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name,
674 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
677 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN,
683 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
686 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN,
692 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon,
705 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, access,
714 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
722 return smb2_set_path_attr(xid, tcon, from_name, to_name,
727 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
731 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb,
737 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
743 return smb2_compound_op(xid, tcon, cifs_sb, full_path,
750 FILE_BASIC_INFO *buf, const unsigned int xid)
765 rc = smb2_compound_op(xid, tlink_tcon(tlink), cifs_sb, full_path,