Lines Matching refs:xid
63 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() argument
167 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
202 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
205 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
212 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
230 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
248 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
281 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
321 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
348 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
374 rc = compound_send_recv(xid, ses, server, in smb2_compound_op()
379 rc = compound_send_recv(xid, ses, server, in smb2_compound_op()
410 trace_smb3_query_info_compound_err(xid, ses->Suid, in smb2_compound_op()
413 trace_smb3_query_info_compound_done(xid, ses->Suid, in smb2_compound_op()
430 trace_smb3_posix_query_info_compound_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
432 trace_smb3_posix_query_info_compound_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
436 trace_smb3_delete_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
438 trace_smb3_delete_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
444 trace_smb3_mkdir_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
446 trace_smb3_mkdir_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
452 trace_smb3_hardlink_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
454 trace_smb3_hardlink_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
459 trace_smb3_rename_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
461 trace_smb3_rename_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
466 trace_smb3_rmdir_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
468 trace_smb3_rmdir_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
473 trace_smb3_set_eof_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
475 trace_smb3_set_eof_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
480 trace_smb3_set_info_compound_err(xid, ses->Suid, in smb2_compound_op()
483 trace_smb3_set_info_compound_done(xid, ses->Suid, in smb2_compound_op()
506 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_path_info() argument
527 rc = open_shroot(xid, tcon, cifs_sb, &cfid); in smb2_query_path_info()
535 rc = SMB2_query_info(xid, tcon, in smb2_query_path_info()
546 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
554 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
570 smb311_posix_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb311_posix_query_path_info() argument
596 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info()
605 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info()
622 smb2_mkdir(const unsigned int xid, struct inode *parent_inode, umode_t mode, in smb2_mkdir() argument
626 return smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir()
635 const unsigned int xid) in smb2_mkdir_setinfo() argument
648 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo()
657 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() argument
660 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_rmdir()
666 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() argument
669 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_unlink()
675 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr() argument
688 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, access, in smb2_set_path_attr()
697 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, in smb2_rename_path() argument
705 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_rename_path()
710 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_create_hardlink() argument
714 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
720 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_size() argument
726 return smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_path_size()
733 FILE_BASIC_INFO *buf, const unsigned int xid) in smb2_set_file_info() argument
748 rc = smb2_compound_op(xid, tlink_tcon(tlink), cifs_sb, full_path, in smb2_set_file_info()