Home
last modified time | relevance | path

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

1234

/Linux-v4.19/fs/cifs/
Dsmb2proto.h69 extern int open_shroot(unsigned int xid, struct cifs_tcon *tcon,
74 extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
78 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
82 FILE_BASIC_INFO *buf, const unsigned int xid);
83 extern int smb311_posix_mkdir(const unsigned int xid, struct inode *inode,
87 extern int smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon,
91 struct cifs_tcon *tcon, const unsigned int xid);
92 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
94 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
96 extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
[all …]
Dcifsproto.h94 extern int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses,
97 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses,
105 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses,
120 extern int SendReceiveBlockingLock(const unsigned int xid,
148 extern int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses,
159 struct file_lock *flock, const unsigned int xid);
169 unsigned int xid);
182 int xid, const struct cifs_fid *fid);
185 struct super_block *sb, unsigned int xid);
187 unsigned int xid, char *full_path, __u32 dosattr);
[all …]
Dtrace.h27 TP_PROTO(unsigned int xid,
34 TP_ARGS(xid, fid, tid, sesid, offset, len, rc),
36 __field(unsigned int, xid)
45 __entry->xid = xid;
54 __entry->xid, __entry->sesid, __entry->tid, __entry->fid,
60 TP_PROTO(unsigned int xid, \
67 TP_ARGS(xid, fid, tid, sesid, offset, len, rc))
75 TP_PROTO(unsigned int xid,
81 TP_ARGS(xid, fid, tid, sesid, offset, len),
83 __field(unsigned int, xid)
[all …]
Dsmb2inode.c41 smb2_open_op_close(const unsigned int xid, struct cifs_tcon *tcon, in smb2_open_op_close() argument
57 rc = open_shroot(xid, tcon, &fid); in smb2_open_op_close()
74 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb2_open_op_close()
86 tmprc = SMB2_query_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
97 tmprc = SMB2_rmdir(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
101 tmprc = SMB2_rename(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
105 tmprc = SMB2_set_hardlink(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
109 tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
114 tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
126 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_open_op_close()
[all …]
Dlink.c182 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument
199 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
215 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in query_mf_symlink() argument
229 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in query_mf_symlink()
249 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
267 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
303 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
324 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink()
340 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink()
342 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
[all …]
Dsmb1ops.c427 cifs_negotiate(const unsigned int xid, struct cifs_ses *ses) in cifs_negotiate() argument
430 rc = CIFSSMBNegotiate(xid, ses); in cifs_negotiate()
434 rc = CIFSSMBNegotiate(xid, ses); in cifs_negotiate()
518 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in cifs_qfs_tcon() argument
520 CIFSSMBQFSDeviceInfo(xid, tcon); in cifs_qfs_tcon()
521 CIFSSMBQFSAttributeInfo(xid, tcon); in cifs_qfs_tcon()
525 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible() argument
535 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible()
540 rc = SMBQueryInformation(xid, tcon, full_path, file_info, in cifs_is_path_accessible()
547 cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_path_info() argument
[all …]
Dsmb2file.c38 smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file() argument
64 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, in smb2_open_file()
73 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
90 rc = SMB2_get_srv_num(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
110 const unsigned int xid) in smb2_unlock_range() argument
165 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
190 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
206 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument
222 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
234 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
[all …]
Dinode.c339 unsigned int xid; local
347 xid = get_xid();
348 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
357 free_xid(xid);
363 struct super_block *sb, unsigned int xid) argument
380 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
395 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr,
433 struct cifs_sb_info *cifs_sb, unsigned int xid) argument
481 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
495 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
[all …]
Ddir.c227 cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, in cifs_do_create() argument
257 oflags, oplock, &fid->netfid, xid); in cifs_do_create()
266 CIFSSMBClose(xid, tcon, fid->netfid); in cifs_do_create()
280 CIFSSMBClose(xid, tcon, fid->netfid); in cifs_do_create()
373 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_do_create()
402 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid, in cifs_do_create()
418 xid); in cifs_do_create()
421 xid, fid); in cifs_do_create()
460 server->ops->close(xid, tcon, fid); in cifs_do_create()
471 unsigned int xid; in cifs_atomic_open() local
[all …]
Dioctl.c37 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument
75 rc = cifs_file_copychunk_range(xid, src_file.file, 0, dst_file, 0, in cifs_ioctl_copychunk()
86 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument
125 unsigned int xid; in cifs_ioctl() local
132 xid = get_xid(); in cifs_ioctl()
145 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl()
192 xid, tcon, pSMBFile); in cifs_ioctl()
197 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl()
204 rc = tcon->ses->server->ops->set_integrity(xid, in cifs_ioctl()
213 rc = smb_mnt_get_fsinfo(xid, tcon, (void __user *)arg); in cifs_ioctl()
[all …]
Dxattr.c56 unsigned int xid; in cifs_xattr_set() local
68 xid = get_xid(); in cifs_xattr_set()
93 rc = pTcon->ses->server->ops->set_EA(xid, pTcon, in cifs_xattr_set()
129 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
141 rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, in cifs_xattr_set()
151 free_xid(xid); in cifs_xattr_set()
207 unsigned int xid; in cifs_xattr_get() local
219 xid = get_xid(); in cifs_xattr_get()
245 rc = pTcon->ses->server->ops->query_all_EAs(xid, pTcon, in cifs_xattr_get()
280 rc = CIFSSMBGetPosixACL(xid, pTcon, full_path, in cifs_xattr_get()
[all …]
Dsmb2ops.c236 smb2_negotiate(const unsigned int xid, struct cifs_ses *ses) in smb2_negotiate() argument
240 rc = SMB2_negotiate(xid, ses); in smb2_negotiate()
434 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon) in SMB3_request_interfaces() argument
443 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in SMB3_request_interfaces()
506 int open_shroot(unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *pfid) in open_shroot() argument
529 rc = SMB2_open(xid, &oparams, &srch_path, &oplock, NULL, NULL, NULL); in open_shroot()
542 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in smb3_qfs_tcon() argument
559 rc = SMB2_open(xid, &oparms, &srch_path, &oplock, NULL, NULL, in smb3_qfs_tcon()
562 rc = open_shroot(xid, tcon, &fid); in smb3_qfs_tcon()
567 SMB3_request_interfaces(xid, tcon); in smb3_qfs_tcon()
[all …]
Dfile.c115 __u32 *poplock, __u16 *pnetfid, unsigned int xid) in cifs_posix_open() argument
141 rc = CIFSPOSIXCreate(xid, tcon, posix_flags, mode, pnetfid, presp_data, in cifs_posix_open()
177 struct cifs_fid *fid, unsigned int xid) in cifs_nt_open() argument
243 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_nt_open()
250 xid); in cifs_nt_open()
253 xid, fid); in cifs_nt_open()
418 unsigned int xid; in cifsFileInfo_put() local
420 xid = get_xid(); in cifsFileInfo_put()
422 server->ops->close(xid, tcon, &cifs_file->fid); in cifsFileInfo_put()
423 _free_xid(xid); in cifsFileInfo_put()
[all …]
Dsmb2pdu.c603 SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses) in SMB2_negotiate() argument
680 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
804 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() argument
881 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate()
951 unsigned int xid; member
1042 rc = cifs_send_recv(sess_data->xid, sess_data->ses, in SMB2_sess_sendreceive()
1332 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses, in SMB2_sess_setup() argument
1353 sess_data->xid = xid; in SMB2_sess_setup()
1377 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses) in SMB2_logoff() argument
1421 rc = cifs_send_recv(xid, ses, &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff()
[all …]
Dcifssmb.c575 CIFSSMBNegotiate(const unsigned int xid, struct cifs_ses *ses) in CIFSSMBNegotiate() argument
617 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate()
685 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis() argument
710 rc = SendReceiveNoRsp(xid, tcon->ses, (char *)smb_buffer, 0); in CIFSSMBTDis()
781 CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses) in CIFSSMBLogoff() argument
814 rc = SendReceiveNoRsp(xid, ses, (char *) pSMB, 0); in CIFSSMBLogoff()
828 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile() argument
889 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile()
904 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile() argument
936 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c43 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) in ixgbe_fcoe_ddp_put() argument
55 if (xid >= netdev->fcoe_ddp_xid) in ixgbe_fcoe_ddp_put()
60 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put()
73 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(0, xid), 0); in ixgbe_fcoe_ddp_put()
74 IXGBE_WRITE_REG(hw, IXGBE_FCDFC(3, xid), in ixgbe_fcoe_ddp_put()
75 (xid | IXGBE_FCFLTRW_WE)); in ixgbe_fcoe_ddp_put()
78 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(2, xid), 0); in ixgbe_fcoe_ddp_put()
81 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put()
82 (xid | IXGBE_FCDMARW_WE)); in ixgbe_fcoe_ddp_put()
85 IXGBE_WRITE_REG(hw, IXGBE_FCDDC(3, xid), in ixgbe_fcoe_ddp_put()
[all …]
/Linux-v4.19/include/trace/events/
Dsunrpc.h229 __field(u32, xid)
241 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
251 __entry->task_id, __entry->client_id, __entry->xid,
413 TP_PROTO(struct rpc_xprt *xprt, __be32 xid, int status),
415 TP_ARGS(xprt, xid, status),
418 __field(u32, xid)
425 __entry->xid = be32_to_cpu(xid);
432 __get_str(port), __entry->xid,
437 TP_PROTO(struct rpc_xprt *xprt, __be32 xid, int status),
438 TP_ARGS(xprt, xid, status));
[all …]
Drpcrdma.h30 __field(u32, xid)
38 __entry->xid = be32_to_cpu(rep->rr_xid);
44 __entry->r_xprt, __entry->xid, __entry->rep,
283 __field(u32, xid)
290 __entry->xid = be32_to_cpu(rqst->rq_xid);
294 __entry->xid, __entry->rqst, __entry->req, __entry->rep
471 __field(u32, xid)
483 __entry->xid = be32_to_cpu(rqst->rq_xid);
493 __entry->task_id, __entry->client_id, __entry->xid,
679 __field(u32, xid)
[all …]
/Linux-v4.19/drivers/scsi/bnx2fc/
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
272 xid = BNX2FC_MIN_XID; in bnx2fc_cmd_mgr_alloc()
285 io_req->xid = xid++; in bnx2fc_cmd_mgr_alloc()
288 &cmgr->free_list[io_req->xid % in bnx2fc_cmd_mgr_alloc()
405 u16 xid; in bnx2fc_elstm_alloc() local
441 xid = io_req->xid; in bnx2fc_elstm_alloc()
442 cmd_mgr->cmds[xid] = io_req; in bnx2fc_elstm_alloc()
[all …]
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 …]
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c25 uint16_t xid; in qedf_initiate_els() local
78 els_req->xid); in qedf_initiate_els()
126 xid = els_req->xid; in qedf_initiate_els()
135 task = qedf_get_task_mem(&qedf->tasks, xid); in qedf_initiate_els()
156 uint16_t xid; in qedf_process_els_compl() local
160 " cmd_type = %d.\n", els_req->xid, els_req->cmd_type); in qedf_process_els_compl()
165 xid = els_req->xid; in qedf_process_els_compl()
166 task_ctx = qedf_get_task_mem(&qedf->tasks, xid); in qedf_process_els_compl()
206 orig_io_req, orig_io_req->xid, rrq_req->xid, refcount); in qedf_rrq_compl()
262 aborted_io_req->xid); in qedf_send_rrq()
[all …]
Dqedf_io.c47 io_req->xid); in qedf_cmd_timeout()
52 io_req->xid); in qedf_cmd_timeout()
78 io_req->xid); in qedf_cmd_timeout()
91 "xid=0x%x.\n", io_req->xid); in qedf_cmd_timeout()
169 u16 xid; in qedf_cmd_mgr_alloc() local
204 xid = QEDF_MIN_XID; in qedf_cmd_mgr_alloc()
210 io_req->xid = xid++; in qedf_cmd_mgr_alloc()
293 u16 xid; in qedf_alloc_cmd() local
346 xid = io_req->xid; in qedf_alloc_cmd()
357 bd_tbl = io_req->bd_tbl = cmd_mgr->io_bdt_pool[xid]; in qedf_alloc_cmd()
[all …]
/Linux-v4.19/fs/nfsd/
Dtrace.h19 __field(u32, xid)
23 __entry->xid = be32_to_cpu(rqst->rq_xid);
27 __entry->xid, __entry->args_opcnt)
60 __field(u32, xid)
66 __entry->xid = be32_to_cpu(rqstp->rq_xid);
72 __entry->xid, __entry->fh_hash,
101 __field(u32, xid)
107 __entry->xid = be32_to_cpu(rqstp->rq_xid);
113 __entry->xid, __entry->fh_hash,
/Linux-v4.19/fs/jffs2/
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 …]
/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c457 index = (ep->xid - ep->em->min_xid) >> fc_cpu_order; in fc_exch_delete()
884 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid; in fc_exch_em_alloc()
935 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) in fc_exch_find() argument
940 u16 cpu = xid & fc_cpu_mask; in fc_exch_find()
942 if (xid == FC_XID_UNKNOWN) in fc_exch_find()
947 lport->host->host_no, lport->port_id, xid, cpu); in fc_exch_find()
951 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) { in fc_exch_find()
954 ep = fc_exch_ptr_get(pool, (xid - mp->min_xid) >> fc_cpu_order); in fc_exch_find()
956 FC_LPORT_DBG(lport, "xid %x quarantined\n", xid); in fc_exch_find()
960 WARN_ON(ep->xid != xid); in fc_exch_find()
[all …]

1234