Lines Matching refs:xid
54 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() argument
158 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
193 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
196 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
203 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
221 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
239 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
272 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
312 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
339 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
367 rc = compound_send_recv(xid, ses, server, in smb2_compound_op()
372 rc = compound_send_recv(xid, ses, server, in smb2_compound_op()
403 trace_smb3_query_info_compound_err(xid, ses->Suid, in smb2_compound_op()
406 trace_smb3_query_info_compound_done(xid, ses->Suid, in smb2_compound_op()
423 trace_smb3_posix_query_info_compound_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
425 trace_smb3_posix_query_info_compound_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
429 trace_smb3_delete_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
431 trace_smb3_delete_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
437 trace_smb3_mkdir_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
439 trace_smb3_mkdir_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
445 trace_smb3_hardlink_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
447 trace_smb3_hardlink_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
452 trace_smb3_rename_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
454 trace_smb3_rename_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
459 trace_smb3_rmdir_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
461 trace_smb3_rmdir_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
466 trace_smb3_set_eof_err(xid, ses->Suid, tcon->tid, rc); in smb2_compound_op()
468 trace_smb3_set_eof_done(xid, ses->Suid, tcon->tid); in smb2_compound_op()
473 trace_smb3_set_info_compound_err(xid, ses->Suid, in smb2_compound_op()
476 trace_smb3_set_info_compound_done(xid, ses->Suid, in smb2_compound_op()
499 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_path_info() argument
518 rc = open_cached_dir(xid, tcon, full_path, cifs_sb, &cfid); in smb2_query_path_info()
524 rc = SMB2_query_info(xid, tcon, in smb2_query_path_info()
535 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
544 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_query_path_info()
560 smb311_posix_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb311_posix_query_path_info() argument
586 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info()
596 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb311_posix_query_path_info()
613 smb2_mkdir(const unsigned int xid, struct inode *parent_inode, umode_t mode, in smb2_mkdir() argument
617 return smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir()
626 const unsigned int xid) in smb2_mkdir_setinfo() argument
639 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo()
648 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() argument
651 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_rmdir()
657 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() argument
660 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_unlink()
666 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr() argument
679 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, access, in smb2_set_path_attr()
688 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, in smb2_rename_path() argument
696 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_rename_path()
701 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_create_hardlink() argument
705 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
711 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_size() argument
719 return smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_path_size()
726 FILE_BASIC_INFO *buf, const unsigned int xid) in smb2_set_file_info() argument
745 rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, in smb2_set_file_info()