/linux-6.3-rc2/fs/cifs/ |
A D | trace.h | 42 __entry->xid = xid; 91 __entry->xid = xid; 140 __entry->xid = xid; 178 __entry->xid = xid; 216 __entry->xid = xid; 260 __entry->xid = xid; 306 __entry->xid = xid; 348 __entry->xid = xid; 389 __entry->xid = xid; 429 __entry->xid = xid; [all …]
|
A D | smb2proto.h | 66 FILE_BASIC_INFO *buf, const unsigned int xid); 71 extern int smb2_mkdir(const unsigned int xid, struct inode *inode, 76 struct cifs_tcon *tcon, const unsigned int xid); 77 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, 79 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, 98 struct file_lock *flock, const unsigned int xid); 112 extern int SMB2_negotiate(const unsigned int xid, 118 extern int SMB2_logoff(const unsigned int xid, struct cifs_ses *ses); 119 extern int SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, 122 extern int SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon); [all …]
|
A D | cifsproto.h | 126 extern int SendReceiveBlockingLock(const unsigned int xid, 182 struct file_lock *flock, const unsigned int xid); 192 unsigned int xid); 207 struct super_block *sb, unsigned int xid); 210 struct super_block *sb, unsigned int xid); 215 const unsigned int xid); 317 extern int CIFSSMBNegotiate(const unsigned int xid, 350 extern int CIFSSMBUnixQPathInfo(const unsigned int xid, 412 extern int CIFSSMBUnixSetFileInfo(const unsigned int xid, 449 extern int CIFSUnixCreateSymLink(const unsigned int xid, [all …]
|
A D | smb2inode.c | 372 rc = compound_send_recv(xid, ses, server, in smb2_compound_op() 377 rc = compound_send_recv(xid, ses, server, in smb2_compound_op() 471 trace_smb3_mkdir_done(xid, ses->Suid, tcon->tid); in smb2_compound_op() 493 trace_smb3_rmdir_done(xid, ses->Suid, tcon->tid); in smb2_compound_op() 505 trace_smb3_set_info_compound_err(xid, ses->Suid, in smb2_compound_op() 508 trace_smb3_set_info_compound_done(xid, ses->Suid, in smb2_compound_op() 690 return smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir() 699 const unsigned int xid) in smb2_mkdir_setinfo() argument 712 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo() 724 drop_cached_dir_by_name(xid, tcon, name, cifs_sb); in smb2_rmdir() [all …]
|
A D | link.c | 302 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink() 327 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink() 338 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_create_mf_symlink() 477 unsigned int xid; local 494 xid = get_xid(); 570 free_xid(xid); 580 unsigned int xid; local 595 xid = get_xid(); 631 inode->i_sb, xid); 634 inode->i_sb, xid, NULL); [all …]
|
A D | smb1ops.c | 423 cifs_negotiate(const unsigned int xid, in cifs_negotiate() argument 519 CIFSSMBQFSDeviceInfo(xid, tcon); in cifs_qfs_tcon() 520 CIFSSMBQFSAttributeInfo(xid, tcon); in cifs_qfs_tcon() 594 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_path_info() 703 const unsigned int xid) in cifs_mkdir_setinfo() argument 757 CIFSSMBClose(xid, tcon, fid->netfid); in cifs_close_file() 853 CIFSSMBClose(xid, tcon, fid.netfid); in smb_set_file_info() 928 rc = CIFSSMBQFSInfo(xid, tcon, buf); in cifs_queryfs() 936 rc = SMBOldQFSInfo(xid, tcon, buf); in cifs_queryfs() 1025 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_symlink() [all …]
|
A D | dir.c | 363 xid); 463 xid = get_xid(); 528 free_xid(xid); 579 free_xid(xid); 607 xid = get_xid(); 621 free_xid(xid); 640 xid = get_xid(); 650 free_xid(xid); 658 free_xid(xid); 669 free_xid(xid); [all …]
|
A D | inode.c | 362 xid = get_xid(); 384 free_xid(xid); 837 free_xid(xid); 1431 free_xid(xid); 1755 free_xid(xid); 1910 xid); 1981 xid); 1989 free_xid(xid); 2068 free_xid(xid); 2277 free_xid(xid); [all …]
|
A D | smb2file.c | 148 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 165 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file() 190 const unsigned int xid) in smb2_unlock_range() argument 252 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range() 309 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks() 321 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks() 336 unsigned int xid; in smb2_push_mandatory_locks() local 342 xid = get_xid(); in smb2_push_mandatory_locks() 350 free_xid(xid); in smb2_push_mandatory_locks() 359 free_xid(xid); in smb2_push_mandatory_locks() [all …]
|
A D | xattr.c | 60 &info_buf, xid); in cifs_attrib_set() 84 &info_buf, xid); in cifs_creation_time_set() 98 unsigned int xid; in cifs_xattr_set() local 111 xid = get_xid(); in cifs_xattr_set() 207 free_xid(xid); in cifs_xattr_set() 263 unsigned int xid; in cifs_xattr_get() local 276 xid = get_xid(); in cifs_xattr_get() 355 free_xid(xid); in cifs_xattr_get() 363 unsigned int xid; in cifs_listxattr() local 381 xid = get_xid(); in cifs_listxattr() [all …]
|
A D | ioctl.c | 59 xid, tcon, cifs_sb, utf16_path, in cifs_ioctl_query_info() 318 unsigned int xid; in cifs_ioctl() local 326 xid = get_xid(); in cifs_ioctl() 339 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl() 387 xid, tcon, pSMBFile); in cifs_ioctl() 392 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl() 395 rc = cifs_ioctl_query_info(xid, filep, arg); in cifs_ioctl() 402 rc = tcon->ses->server->ops->set_integrity(xid, in cifs_ioctl() 486 rc = tcon->ses->server->ops->notify(xid, in cifs_ioctl() 508 rc = tcon->ses->server->ops->notify(xid, in cifs_ioctl() [all …]
|
A D | smb2ops.c | 3170 free_xid(xid); in get_smb2_acl_by_fid() 3205 free_xid(xid); in get_smb2_acl_by_path() 3238 free_xid(xid); in get_smb2_acl_by_path() 3300 free_xid(xid); in set_smb2_acl() 3387 free_xid(xid); in smb3_zero_range() 3437 free_xid(xid); in smb3_punch_hole() 3685 free_xid(xid); in smb3_simple_falloc() 3738 free_xid(xid); in smb3_collapse_range() 3789 free_xid(xid); in smb3_insert_range() 3869 free_xid(xid); in smb3_llseek() [all …]
|
A D | file.c | 406 xid); in cifs_nt_open() 409 xid, fid); in cifs_nt_open() 842 free_xid(xid); in cifs_open() 1054 free_xid(xid); in cifs_reopen_file() 1200 free_xid(xid); in cifs_closedir() 1518 free_xid(xid); in cifs_push_mandatory_locks() 2008 int rc, xid; in cifs_flock() local 2048 xid); in cifs_flock() 2057 int rc, xid; in cifs_lock() local 2105 xid); in cifs_lock() [all …]
|
A D | smb2pdu.c | 835 SMB2_negotiate(const unsigned int xid, in SMB2_negotiate() argument 922 rc = cifs_send_recv(xid, ses, server, in SMB2_negotiate() 1224 unsigned int xid; member 1696 sess_data->xid = xid; in SMB2_sess_setup() 1879 rc = cifs_send_recv(xid, ses, server, in SMB2_tcon() 2711 rc = cifs_send_recv(xid, ses, server, in smb311_posix_mkdir() 2979 rc = cifs_send_recv(xid, ses, server, in SMB2_open() 4348 trace_smb3_read_err(xid, in SMB2_read() 4360 trace_smb3_read_done(xid, in SMB2_read() 4694 trace_smb3_write_err(xid, in SMB2_write() [all …]
|
A D | cifssmb.c | 396 CIFSSMBNegotiate(const unsigned int xid, in CIFSSMBNegotiate() argument 439 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate() 643 rc = SendReceiveNoRsp(xid, ses, (char *) pSMB, 0); in CIFSSMBLogoff() 719 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile() 764 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile() 808 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBRmDir() 852 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBMkDir() 1218 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *)req, in CIFS_open() 4434 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSGetDFSRefer() 5344 rc = CIFS_open(xid, &oparms, &oplock, NULL); in CIFSSMBSetPathInfoFB() [all …]
|
/linux-6.3-rc2/include/trace/events/ |
A D | rpcgss.h | 184 __field(u32, xid) 222 __field(u32, xid) 242 __field(u32, xid) 266 __field(u32, xid) 294 __field(u32, xid) 323 __field(u32, xid) 402 __field(u32, xid) 432 __field(u32, xid) 465 __field(u32, xid) 498 __field(u32, xid) [all …]
|
A D | rpcrdma.h | 297 __field(u32, xid) 605 __field(u32, xid) 824 __field(u32, xid) 867 __field(u32, xid) 894 __field(u32, xid) 1264 __field(u32, xid) 1752 __be32 xid 1755 TP_ARGS(xid), 1762 __entry->xid = be32_to_cpu(xid); 1766 __entry->xid [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_fcoe.c | 61 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put() 76 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put() 83 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put() 87 (xid | IXGBE_FCDMARW_RE)); in ixgbe_fcoe_ddp_put() 94 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put() 168 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_setup() 270 fcdmarw = xid; in ixgbe_fcoe_ddp_setup() 274 fcfltrw = xid; in ixgbe_fcoe_ddp_setup() 396 u16 xid; in ixgbe_fcoe_ddp() local 420 if (xid >= ddp_max) in ixgbe_fcoe_ddp() [all …]
|
/linux-6.3-rc2/drivers/scsi/bnx2fc/ |
A D | bnx2fc_io.c | 218 u16 xid; in bnx2fc_cmd_mgr_alloc() local 285 io_req->xid = xid++; in bnx2fc_cmd_mgr_alloc() 405 u16 xid; in bnx2fc_elstm_alloc() local 441 xid = io_req->xid; in bnx2fc_elstm_alloc() 474 u16 xid; in bnx2fc_cmd_alloc() local 495 xid = io_req->xid; in bnx2fc_cmd_alloc() 754 xid = io_req->xid; in bnx2fc_initiate_tmf() 893 xid = abts_io_req->xid; in bnx2fc_initiate_abts() 969 xid = seq_clnp_req->xid; in bnx2fc_initiate_seq_cleanup() 1027 xid = cleanup_io_req->xid; in bnx2fc_initiate_cleanup() [all …]
|
A D | bnx2fc_els.c | 39 orig_io_req->xid, rrq_req->xid); in bnx2fc_rrq_compl() 49 rrq_req->xid); in bnx2fc_rrq_compl() 113 aborted_io_req->xid); in bnx2fc_send_rrq() 284 orig_io_req->xid); in bnx2fc_srr_compl() 313 orig_io_req->xid); in bnx2fc_srr_compl() 359 orig_io_req->xid); in bnx2fc_srr_compl() 408 orig_io_req->xid); in bnx2fc_rec_compl() 438 orig_io_req->xid); in bnx2fc_rec_compl() 444 orig_io_req->xid); in bnx2fc_rec_compl() 687 u16 xid; in bnx2fc_initiate_els() local [all …]
|
/linux-6.3-rc2/drivers/scsi/qedf/ |
A D | qedf_els.c | 22 uint16_t xid; in qedf_initiate_els() local 67 els_req->xid); in qedf_initiate_els() 115 xid = els_req->xid; in qedf_initiate_els() 169 els_req->xid); in qedf_process_els_compl() 214 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl() 297 aborted_io_req->xid); in qedf_send_rrq() 443 els_req->xid); in qedf_l2_els_compl() 572 orig_io_req, orig_io_req->xid, srr_req->xid, refcount); in qedf_srr_compl() 817 "new_xid=0x%x.\n", orig_io_req->xid, new_io_req->xid); in qedf_requeue_io_req() 871 orig_io_req, orig_io_req->xid, rec_req->xid, refcount); in qedf_rec_compl() [all …]
|
A D | qedf_io.c | 177 u16 xid; in qedf_cmd_mgr_alloc() local 212 xid = 0; in qedf_cmd_mgr_alloc() 218 io_req->xid = xid++; in qedf_cmd_mgr_alloc() 304 u16 xid; in qedf_alloc_cmd() local 364 xid = io_req->xid; in qedf_alloc_cmd() 853 u16 xid; in qedf_post_io_req() local 876 xid = io_req->xid; in qedf_post_io_req() 908 xid); in qedf_post_io_req() 1857 u16 xid; in qedf_initiate_abts() local 1919 xid = io_req->xid; in qedf_initiate_abts() [all …]
|
/linux-6.3-rc2/fs/jffs2/ |
A D | xattr.c | 165 || je32_to_cpu(rx.xid) != xd->xid in do_verify_xattr_datum() 172 je32_to_cpu(rx.xid), xd->xid, in do_verify_xattr_datum() 309 rx.xid = cpu_to_je32(xd->xid); in save_xattr_datum() 483 ref->xid = je32_to_cpu(rr.xid); in verify_xattr_ref() 523 rr.xid = cpu_to_je32(ref->xid); in save_xattr_ref() 526 rr.xid = cpu_to_je32(ref->xd->xid); in save_xattr_ref() 584 ref->xid = ref->xd->xid; in delete_xattr_ref() 734 if (xd->xid==xid) in jffs2_find_xattr_datum() 806 if (tmp->ino == ref->ino && tmp->xid == ref->xid) in jffs2_build_xattr_subsystem() 899 xd->xid = xid; in jffs2_setup_xattr_datum() [all …]
|
/linux-6.3-rc2/fs/nfsd/ |
A D | trace.h | 21 __field(u32, xid) \ 44 __field(u32, xid) 98 __field(u32, xid) 206 __field(u32, xid) 245 __field(u32, xid) 282 __field(u32, xid) 404 __field(u32, xid) 445 __field(u32, xid) 503 __field(u32, xid) 555 __field(u32, xid) [all …]
|
/linux-6.3-rc2/drivers/scsi/libfc/ |
A D | fc_exch.c | 942 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find() 951 WARN_ON(ep->xid != xid); in fc_exch_find() 1016 ep->rxid = ep->xid; in fc_exch_resp() 1047 u16 xid; in fc_seq_lookup_recip() local 1098 xid = ep->xid; /* get our XID */ in fc_seq_lookup_recip() 1175 u16 xid; in fc_seq_lookup_orig() local 2005 if (ema->mp->min_xid <= xid && xid <= ema->mp->max_xid) in fc_exch_lookup() 2039 xid = oxid; in fc_exch_els_rec() 2041 xid = rxid; in fc_exch_els_rec() 2299 u16 xid; in fc_exch_els_rrq() local [all …]
|