Home
last modified time | relevance | path

Searched refs:xid (Results 1 – 25 of 78) sorted by relevance

1234

/linux/fs/smb/client/
H A Dsmb2proto.h56 const unsigned int xid,
61 int smb2_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon,
65 int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
68 int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
73 FILE_BASIC_INFO *buf, const unsigned int xid);
74 int smb311_posix_mkdir(const unsigned int xid, struct inode *inode,
77 int smb2_mkdir(const unsigned int xid, struct inode *parent_inode,
82 const unsigned int xid);
83 int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
85 int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
[all …]
H A Dlink.c136 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument
153 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
170 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
189 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
227 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
249 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, &query_data); in cifs_query_mf_symlink()
265 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
267 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
272 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() argument
292 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
[all …]
H A Dcifsproto.h38 void _free_xid(unsigned int xid);
101 int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses,
104 int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
120 unsigned int xid) in send_cancel() argument
123 server->ops->send_cancel(ses, server, rqst, mid, xid) : 0; in send_cancel()
166 unsigned int xid);
175 __u32 *poplock, __u16 *pnetfid, unsigned int xid);
189 struct super_block *sb, int xid,
194 const unsigned int xid);
197 struct super_block *sb, unsigned int xid);
[all …]
H A Dfile.c59 wdata->xid = get_xid(); in cifs_prepare_write()
164 rdata->xid = get_xid(); in cifs_prepare_read()
352 free_xid(rdata->xid); in cifs_free_subrequest()
492 __u32 *poplock, __u16 *pnetfid, unsigned int xid) in cifs_posix_open() argument
518 rc = CIFSPOSIXCreate(xid, tcon, posix_flags, mode, pnetfid, presp_data, in cifs_posix_open()
555 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) in cifs_nt_open() argument
613 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_nt_open()
628 xid); in cifs_nt_open()
631 xid, fid); in cifs_nt_open()
634 server->ops->close(xid, tcon, fid); in cifs_nt_open()
[all …]
H A Dsmb2pdu.c253 int xid; in smb2_reconnect() local
453 xid = get_xid(); in smb2_reconnect()
454 rc = server->ops->query_server_interfaces(xid, tcon, false); in smb2_reconnect()
455 free_xid(xid); in smb2_reconnect()
1102 SMB2_negotiate(const unsigned int xid, in SMB2_negotiate() argument
1188 rc = cifs_send_recv(xid, ses, server, in SMB2_negotiate()
1353 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() argument
1435 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate()
1529 unsigned int xid; member
1654 rc = cifs_send_recv(sess_data->xid, sess_data->ses, in SMB2_sess_sendreceive()
[all …]
H A Dreparse.c17 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
209 rc = detect_directory_symlink_target(cifs_sb, xid, full_path, symname, &directory); in create_native_symlink()
[all …]
H A Dcifsglob.h314 unsigned int xid);
367 int (*negotiate)(const unsigned int xid,
399 int (*query_path_info)(const unsigned int xid,
405 int (*query_file_info)(const unsigned int xid, struct cifs_tcon *tcon,
408 int (*query_reparse_point)(const unsigned int xid,
415 int (*get_srv_inum)(const unsigned int xid, struct cifs_tcon *tcon,
435 int (*posix_mkdir)(const unsigned int xid, struct inode *inode,
439 int (*mkdir)(const unsigned int xid, struct inode *inode, umode_t mode,
456 int (*rename)(const unsigned int xid,
462 int (*create_hardlink)(const unsigned int xid,
[all …]
H A Dcifsacl.c1558 unsigned int xid; in get_cifs_acl_by_fid() local
1565 xid = get_xid(); in get_cifs_acl_by_fid()
1566 rc = CIFSSMBGetCIFSACL(xid, tlink_tcon(tlink), cifsfid->netfid, &pntsd, in get_cifs_acl_by_fid()
1568 free_xid(xid); in get_cifs_acl_by_fid()
1583 unsigned int xid; in get_cifs_acl_by_path() local
1594 xid = get_xid(); in get_cifs_acl_by_path()
1609 rc = CIFS_open(xid, &oparms, &oplock, NULL); in get_cifs_acl_by_path()
1611 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen, info); in get_cifs_acl_by_path()
1612 CIFSSMBClose(xid, tcon, fid.netfid); in get_cifs_acl_by_path()
1616 free_xid(xid); in get_cifs_acl_by_path()
[all …]
H A Dreaddir.c346 _initiate_cifs_search(const unsigned int xid, struct file *file, in _initiate_cifs_search() argument
411 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb, in _initiate_cifs_search()
427 initiate_cifs_search(const unsigned int xid, struct file *file, in initiate_cifs_search() argument
433 rc = _initiate_cifs_search(xid, file, full_path); in initiate_cifs_search()
685 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos, in find_cifs_entry() argument
727 server->ops->close_dir(xid, tcon, &cfile->fid); in find_cifs_entry()
745 rc = initiate_cifs_search(xid, file, full_path); in find_cifs_entry()
763 rc = server->ops->query_dir_next(xid, tcon, &cfile->fid, in find_cifs_entry()
1058 unsigned int xid; in cifs_readdir() local
1073 xid = get_xid(); in cifs_readdir()
[all …]
/linux/include/trace/events/
H A Drpcgss.h184 __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 Drpcrdma.h296 __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 Dixgbe_fcoe.c44 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 Dbnx2fc_io.c188 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 Dbnx2fc_els.c39 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 …]
H A Dbnx2fc_hwi.c633 u16 xid; in bnx2fc_process_unsol_compl() local
695 xid = err_entry->fc_hdr.ox_id; in bnx2fc_process_unsol_compl()
696 BNX2FC_TGT_DBG(tgt, "Unsol Error Frame OX_ID = 0x%x\n", xid); in bnx2fc_process_unsol_compl()
703 if (xid > hba->max_xid) { in bnx2fc_process_unsol_compl()
705 xid); in bnx2fc_process_unsol_compl()
710 io_req = (struct bnx2fc_cmd *)hba->cmd_mgr->cmds[xid]; in bnx2fc_process_unsol_compl()
745 "in ABTS processing\n", xid); in bnx2fc_process_unsol_compl()
759 xid); in bnx2fc_process_unsol_compl()
790 io_req->xid); in bnx2fc_process_unsol_compl()
807 xid = cpu_to_be16(err_entry->fc_hdr.ox_id); in bnx2fc_process_unsol_compl()
[all …]
/linux/drivers/scsi/qedf/
H A Dqedf_els.c22 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 Dqedf_io.c39 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 Dxattr.c90 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 …]
H A Dxattr.h33 uint32_t xid; member
60 uint32_t xid; /* only used in sccanning/building */ member
78 uint32_t xid, uint32_t version);
/linux/drivers/scsi/libfc/
H A Dfc_exch.c446 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 Dctcm_mpc.c830 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/fs/nfsd/
H A Dtrace.h26 __field(u32, xid) \
34 __entry->xid = be32_to_cpu((r)->rq_xid); \
43 __field(u32, xid) \
52 __entry->xid = be32_to_cpu((r)->rq_xid); \
67 __field(u32, xid)
77 __entry->xid = be32_to_cpu(rqstp->rq_xid);
84 __entry->xid, __entry->vers, __entry->proc
157 __field(u32, xid)
162 __entry->xid = be32_to_cpu(rqst->rq_xid);
167 __entry->xid, __entry->opcnt, __get_str(tag)
[all …]
/linux/drivers/net/usb/
H A Drndis_host.c100 u32 xid = 0, msg_len, request_id, msg_type, rsp, in rndis_command() local
111 xid = dev->xid++; in rndis_command()
112 if (!xid) in rndis_command()
113 xid = dev->xid++; in rndis_command()
114 buf->request_id = (__force __le32) xid; in rndis_command()
124 if (unlikely(retval < 0 || xid == 0)) in rndis_command()
157 if (likely(request_id == xid)) { in rndis_command()
170 request_id, xid); in rndis_command()
/linux/drivers/target/tcm_fc/
H A Dtfc_io.c95 __func__, ep->xid); in ft_queue_data_in()
168 __func__, fp, ep->xid, in ft_queue_data_in()
235 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data()
341 if (lport && (ep->xid <= lport->lro_xid)) { in ft_invl_hw_context()
347 ep->xid); in ft_invl_hw_context()
/linux/sound/soc/meson/
H A Dg12a-tohdmitx.c174 #define TOHDMITX_IN(xname, xid, xfmt, xchmax) { \
176 .id = (xid), \
181 #define TOHDMITX_OUT(xname, xid, xfmt, xchmax) { \
183 .id = (xid), \
178 TOHDMITX_IN(xname,xid,xfmt,xchmax) global() argument
185 TOHDMITX_OUT(xname,xid,xfmt,xchmax) global() argument

1234