| /linux/fs/smb/client/ |
| H A D | trace.h | 244 unsigned int xid, 252 xid, fid, tid, sesid, offset, len, rc), 256 __field(unsigned int, xid) 267 __entry->xid = xid; 277 __entry->xid, __entry->sesid, __entry->tid, __entry->fid, 285 unsigned int xid, \ 292 TP_ARGS(rreq_debug_id, rreq_debug_index, xid, fid, tid, sesid, offset, len, rc)) 299 TP_PROTO(unsigned int xid, 306 TP_ARGS(xid, fid, tid, sesid, offset, len, rc), 308 __field(unsigned int, xid) [all …]
|
| H A D | smb1ops.c | 21 void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, in reset_cifs_unix_caps() argument 50 if (!CIFSSMBQFSUnixInfo(xid, tcon)) { in reset_cifs_unix_caps() 118 if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) { in reset_cifs_unix_caps() 141 unsigned int xid) in send_nt_cancel() argument 188 unsigned int xid) in send_lock_cancel() argument 204 rc = SendReceive(xid, ses, in_buf, in_len, NULL, NULL, 0); in send_lock_cancel() 214 unsigned int xid) in cifs_send_cancel() argument 217 return send_lock_cancel(ses, server, rqst, mid, xid); in cifs_send_cancel() 218 return send_nt_cancel(ses, server, rqst, mid, xid); in cifs_send_cancel() 409 cifs_negotiate(const unsigned int xid, in cifs_negotiate() argument [all …]
|
| H A D | smb2inode.c | 175 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() argument 313 trace_smb3_query_info_compound_enter(xid, tcon->tid, in smb2_compound_op() 349 trace_smb3_posix_query_info_compound_enter(xid, tcon->tid, in smb2_compound_op() 357 trace_smb3_mkdir_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 392 trace_smb3_unlink_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 427 trace_smb3_set_eof_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 458 trace_smb3_set_info_compound_enter(xid, tcon->tid, in smb2_compound_op() 498 trace_smb3_rename_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 525 trace_smb3_hardlink_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op() 552 trace_smb3_set_reparse_compound_enter(xid, tcon->tid, in smb2_compound_op() [all …]
|
| H A D | inode.c | 398 unsigned int xid; in cifs_get_file_info_unix() local 406 xid = get_xid(); in cifs_get_file_info_unix() 416 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data); in cifs_get_file_info_unix() 427 free_xid(xid); in cifs_get_file_info_unix() 435 const unsigned int xid) in cifs_get_unix_fattr() argument 453 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, in cifs_get_unix_fattr() 472 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path); in cifs_get_unix_fattr() 479 rc = server->ops->query_symlink(xid, tcon, in cifs_get_unix_fattr() 489 struct super_block *sb, unsigned int xid) in cifs_get_inode_info_unix() argument 494 rc = cifs_get_unix_fattr(full_path, sb, &fattr, pinode, xid); in cifs_get_inode_info_unix() [all …]
|
| H A D | smb2file.c | 143 int smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file() argument 178 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 185 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 200 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file() 220 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 237 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file() 262 const unsigned int xid) in smb2_unlock_range() argument 322 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range() 347 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 363 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument [all …]
|
| H A D | smb2ops.c | 457 smb2_negotiate(const unsigned int xid, in smb2_negotiate() argument 466 rc = SMB2_negotiate(xid, ses, server); in smb2_negotiate() 808 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() argument 829 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in SMB3_request_interfaces() 862 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon() argument 881 rc = open_cached_dir(xid, tcon, "", cifs_sb, false, &cfid); in smb3_qfs_tcon() 885 rc = SMB2_open(xid, &oparms, &srch_path, &oplock, NULL, NULL, in smb3_qfs_tcon() 890 SMB3_request_interfaces(xid, tcon, true /* called during mount */); in smb3_qfs_tcon() 892 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 894 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() [all …]
|
| H A D | ioctl.c | 25 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument 58 xid, tcon, cifs_sb, utf16_path, in cifs_ioctl_query_info() 70 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument 107 rc = cifs_file_copychunk_range(xid, fd_file(src_file), 0, dst_file, 0, in cifs_ioctl_copychunk() 130 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument 353 unsigned int xid; in cifs_ioctl() local 365 xid = get_xid(); in cifs_ioctl() 369 trace_smb3_ioctl(xid, 0, command); in cifs_ioctl() 371 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command); in cifs_ioctl() 383 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl() [all …]
|
| H A D | file.c | 60 wdata->xid = get_xid(); in cifs_prepare_write() 165 rdata->xid = get_xid(); in cifs_prepare_read() 347 free_xid(rdata->xid); in cifs_free_subrequest() 480 __u32 *poplock, __u16 *pnetfid, unsigned int xid) in cifs_posix_open() argument 506 rc = CIFSPOSIXCreate(xid, tcon, posix_flags, mode, pnetfid, presp_data, in cifs_posix_open() 543 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) in cifs_nt_open() argument 608 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_nt_open() 623 xid); in cifs_nt_open() 626 xid, fid); in cifs_nt_open() 629 server->ops->close(xid, tcon, fid); in cifs_nt_open() [all …]
|
| H A D | smb2pdu.c | 254 int xid; in smb2_reconnect() local 454 xid = get_xid(); in smb2_reconnect() 455 rc = server->ops->query_server_interfaces(xid, tcon, false); in smb2_reconnect() 456 free_xid(xid); in smb2_reconnect() 1077 SMB2_negotiate(const unsigned int xid, in SMB2_negotiate() argument 1163 rc = cifs_send_recv(xid, ses, server, in SMB2_negotiate() 1328 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() argument 1410 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate() 1504 unsigned int xid; member 1629 rc = cifs_send_recv(sess_data->xid, sess_data->ses, in SMB2_sess_sendreceive() [all …]
|
| H A D | reparse.c | 17 static int mknod_nfs(unsigned int xid, struct inode *inode, 22 static int mknod_wsl(unsigned int xid, struct inode *inode, 27 static int create_native_symlink(const unsigned int xid, struct inode *inode, 32 const unsigned int xid, 37 int create_reparse_symlink(const unsigned int xid, struct inode *inode, in create_reparse_symlink() argument 43 return create_native_symlink(xid, inode, dentry, tcon, full_path, symname); in create_reparse_symlink() 45 return mknod_nfs(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname); in create_reparse_symlink() 47 return mknod_wsl(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname); in create_reparse_symlink() 53 static int create_native_symlink(const unsigned int xid, struct inode *inode, in create_native_symlink() argument 193 rc = detect_directory_symlink_target(cifs_sb, xid, full_path, symname, &directory); in create_native_symlink() [all …]
|
| H A D | cifsacl.c | 1417 unsigned int xid; in get_cifs_acl_by_fid() local 1424 xid = get_xid(); in get_cifs_acl_by_fid() 1425 rc = CIFSSMBGetCIFSACL(xid, tlink_tcon(tlink), cifsfid->netfid, &pntsd, in get_cifs_acl_by_fid() 1427 free_xid(xid); in get_cifs_acl_by_fid() 1442 unsigned int xid; in get_cifs_acl_by_path() local 1453 xid = get_xid(); in get_cifs_acl_by_path() 1468 rc = CIFS_open(xid, &oparms, &oplock, NULL); in get_cifs_acl_by_path() 1470 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen, info); in get_cifs_acl_by_path() 1471 CIFSSMBClose(xid, tcon, fid.netfid); in get_cifs_acl_by_path() 1475 free_xid(xid); in get_cifs_acl_by_path() [all …]
|
| H A D | dfs_cache.c | 644 static int get_dfs_referral(const unsigned int xid, struct cifs_ses *ses, const char *path, in get_dfs_referral() argument 659 rc = ses->server->ops->get_dfs_refer(xid, ses, path, refs, numrefs, cache_cp, in get_dfs_referral() 681 static struct cache_entry *cache_refresh_path(const unsigned int xid, in cache_refresh_path() argument 717 rc = get_dfs_referral(xid, ses, path, &refs, &numrefs); in cache_refresh_path() 854 int dfs_cache_find(const unsigned int xid, struct cifs_ses *ses, const struct nls_table *cp, in dfs_cache_find() argument 866 ce = cache_refresh_path(xid, ses, npath, false); in dfs_cache_find() 1169 unsigned int xid = get_xid(); in is_ses_good() local 1171 (void)server->ops->tree_disconnect(xid, ipc); in is_ses_good() 1172 _free_xid(xid); in is_ses_good() 1182 unsigned int xid; in refresh_ses_referral() local [all …]
|
| H A D | connect.c | 106 int xid; in smb2_query_server_interfaces() local 118 xid = get_xid(); in smb2_query_server_interfaces() 119 rc = server->ops->query_server_interfaces(xid, tcon, false); in smb2_query_server_interfaces() 120 free_xid(xid); in smb2_query_server_interfaces() 2022 int rc = 0, xid; in cifs_setup_ipc() local 2045 xid = get_xid(); in cifs_setup_ipc() 2049 rc = server->ops->tree_connect(xid, ses, unc, tcon, ses->local_nls); in cifs_setup_ipc() 2050 free_xid(xid); in cifs_setup_ipc() 2098 unsigned int xid; in __cifs_put_smb_ses() local 2137 xid = get_xid(); in __cifs_put_smb_ses() [all …]
|
| /linux/include/trace/events/ |
| H A D | rpcgss.h | 184 __field(u32, xid) 190 __entry->xid = __be32_to_cpu(rqstp->rq_xid); 196 __get_str(addr), __entry->xid, 222 __field(u32, xid) 227 __entry->xid = be32_to_cpu(rqstp->rq_xid); 231 TP_printk("addr=%s xid=0x%08x", __get_str(addr), __entry->xid) 242 __field(u32, xid) 247 __entry->xid = be32_to_cpu(rqstp->rq_xid); 251 TP_printk("addr=%s xid=0x%08x", __get_str(addr), __entry->xid) 266 __field(u32, xid) [all …]
|
| H A D | sunrpc.h | 505 __field(u32, xid) 515 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 525 __entry->xid, __get_str(progname), __entry->version, 633 __field(u32, xid) 646 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 659 __entry->task_id, __entry->client_id, __entry->xid, 1044 __be32 xid, 1048 TP_ARGS(xprt, xid, status), 1051 __field(u32, xid) 1058 __entry->xid = be32_to_cpu(xid); [all …]
|
| H A D | rpcrdma.h | 296 __field(u32, xid) 304 __entry->xid = be32_to_cpu(rep->rr_xid); 313 __entry->xid, __entry->version, __entry->proc 604 __field(u32, xid) 610 __entry->xid = be32_to_cpu(rqst->rq_xid); 616 __get_str(addr), __get_str(port), __entry->xid 846 __field(u32, xid) 860 __entry->xid = be32_to_cpu(rqst->rq_xid); 871 __entry->task_id, __entry->client_id, __entry->xid, 889 __field(u32, xid) [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.c | 44 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put() argument 56 if (xid >= netdev->fcoe_ddp_xid) in ixgbe_fcoe_ddp_put() 61 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put() 74 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(0, xid), 0); in ixgbe_fcoe_ddp_put() 75 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(3, xid), in ixgbe_fcoe_ddp_put() 76 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put() 79 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(2, xid), 0); in ixgbe_fcoe_ddp_put() 82 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put() 83 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put() 86 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put() [all …]
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_io.c | 188 io_req->xid); in bnx2fc_scsi_done() 192 pr_err(PFX "0x%x: sc_cmd->device is NULL.\n", io_req->xid); in bnx2fc_scsi_done() 197 io_req->xid); in bnx2fc_scsi_done() 218 u16 xid; in bnx2fc_cmd_mgr_alloc() local 270 xid = BNX2FC_MIN_XID; in bnx2fc_cmd_mgr_alloc() 283 io_req->xid = xid++; in bnx2fc_cmd_mgr_alloc() 286 &cmgr->free_list[io_req->xid % in bnx2fc_cmd_mgr_alloc() 403 u16 xid; in bnx2fc_elstm_alloc() local 439 xid = io_req->xid; in bnx2fc_elstm_alloc() 440 cmd_mgr->cmds[xid] = io_req; in bnx2fc_elstm_alloc() [all …]
|
| H 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() 80 aborted_io_req->xid); in bnx2fc_send_rrq() 94 rrq.rrq_ox_id = htons(aborted_io_req->xid); in bnx2fc_send_rrq() 113 aborted_io_req->xid); in bnx2fc_send_rrq() 284 orig_io_req->xid); in bnx2fc_srr_compl() 294 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl() 313 orig_io_req->xid); in bnx2fc_srr_compl() 321 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl() 359 orig_io_req->xid); in bnx2fc_srr_compl() [all …]
|
| /linux/drivers/scsi/qedf/ |
| H 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() 124 task = qedf_get_task_mem(&qedf->tasks, xid); in qedf_initiate_els() 149 " cmd_type = %d.\n", els_req->xid, els_req->cmd_type); in qedf_process_els_compl() 156 els_req->xid, els_req->event); in qedf_process_els_compl() 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() 261 aborted_io_req->xid, refcount); in qedf_send_rrq() 287 aborted_io_req->xid, aborted_io_req, refcount); in qedf_send_rrq() [all …]
|
| H A D | qedf_io.c | 39 io_req->xid); in qedf_cmd_timeout() 44 io_req->xid); in qedf_cmd_timeout() 69 io_req->xid); in qedf_cmd_timeout() 82 io_req->xid); in qedf_cmd_timeout() 94 "xid=0x%x.\n", io_req->xid); in qedf_cmd_timeout() 101 "Hit default case, xid=0x%x.\n", io_req->xid); in qedf_cmd_timeout() 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() 300 u16 xid; in qedf_alloc_cmd() local [all …]
|
| /linux/fs/jffs2/ |
| H A D | xattr.c | 90 D1(dbg_xattr("%s: xid=%u, version=%u\n", __func__, xd->xid, xd->version)); in unload_xattr_datum() 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() 199 xd->xid, xd->version); in do_verify_xattr_datum() 258 xd->xid, xd->xprefix, xd->xname); in do_load_xattr_datum() 309 rx.xid = cpu_to_je32(xd->xid); in save_xattr_datum() 331 xd->xid, xd->version, xd->xprefix, xd->xname); in save_xattr_datum() 376 xd->xid = ++c->highest_xid; in create_xattr_datum() 419 xd->xid, xd->version); in unrefer_xattr_datum() 483 ref->xid = je32_to_cpu(rr.xid); in verify_xattr_ref() [all …]
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_exch.c | 446 index = (ep->xid - ep->em->min_xid) >> fc_cpu_order; in fc_exch_delete() 875 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid; in fc_exch_em_alloc() 926 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find() argument 931 u16 cpu = xid & fc_cpu_mask; in fc_exch_find() 933 if (xid == FC_XID_UNKNOWN) in fc_exch_find() 938 lport->host->host_no, lport->port_id, xid, cpu); in fc_exch_find() 942 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find() 945 ep = fc_exch_ptr_get(pool, (xid - mp->min_xid) >> fc_cpu_order); in fc_exch_find() 947 FC_LPORT_DBG(lport, "xid %x quarantined\n", xid); in fc_exch_find() 951 WARN_ON(ep->xid != xid); in fc_exch_find() [all …]
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_mpc.c | 830 priv->xid->xid2_flag2 = 0x00; in mpc_action_go_ready() 958 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb); in mpc_channel_action() 968 ch->xid->xid2_dlc_type = in mpc_channel_action() 973 ch->xid->xid2_buf_len = 0x00; in mpc_channel_action() 1185 mpcginfo->xid = thisxid; in ctcmpc_unpack_skb() 1289 grp->xid = (struct xid2 *)skb_tail_pointer(grp->xid_skb); in ctcmpc_init_mpc_group() 1291 grp->xid->xid2_adj_id = jiffies | 0xfff00000; in ctcmpc_init_mpc_group() 1292 grp->xid->xid2_sender_id = jiffies; in ctcmpc_init_mpc_group() 1309 priv->xid = grp->xid; in ctcmpc_init_mpc_group() 1534 struct xid2 *xid = mpcginfo->xid; in mpc_validate_xid() local [all …]
|
| /linux/drivers/net/usb/ |
| H A D | rndis_host.c | 99 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local 110 xid = dev->xid++; in rndis_command() 111 if (!xid) in rndis_command() 112 xid = dev->xid++; in rndis_command() 113 buf->request_id = (__force __le32) xid; in rndis_command() 123 if (unlikely(retval < 0 || xid == 0)) in rndis_command() 156 if (likely(request_id == xid)) { in rndis_command() 169 request_id, xid); in rndis_command()
|