/linux-6.12.1/fs/smb/client/ |
D | smb2proto.h | 56 extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon, 61 const unsigned int xid, 67 int smb2_query_reparse_point(const unsigned int xid, 73 int smb2_query_path_info(const unsigned int xid, 78 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, 83 FILE_BASIC_INFO *buf, const unsigned int xid); 84 extern int smb311_posix_mkdir(const unsigned int xid, struct inode *inode, 88 extern int smb2_mkdir(const unsigned int xid, struct inode *inode, 93 struct cifs_tcon *tcon, const unsigned int xid); 94 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, [all …]
|
D | trace.h | 109 unsigned int xid, 117 xid, fid, tid, sesid, offset, len, rc), 121 __field(unsigned int, xid) 132 __entry->xid = xid; 142 __entry->xid, __entry->sesid, __entry->tid, __entry->fid, 150 unsigned int xid, \ 157 TP_ARGS(rreq_debug_id, rreq_debug_index, xid, fid, tid, sesid, offset, len, rc)) 164 TP_PROTO(unsigned int xid, 171 TP_ARGS(xid, fid, tid, sesid, offset, len, rc), 173 __field(unsigned int, xid) [all …]
|
D | cifsproto.h | 101 extern int cifs_send_recv(const unsigned int xid, struct cifs_ses *ses, 105 extern int compound_send_recv(const unsigned int xid, struct cifs_ses *ses, 114 extern int SendReceiveNoRsp(const unsigned int xid, struct cifs_ses *ses, 130 extern int SendReceiveBlockingLock(const unsigned int xid, 178 extern int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses, 190 struct file_lock *flock, const unsigned int xid); 200 unsigned int xid); 213 struct cifs_open_info_data *data, struct super_block *sb, int xid, 219 const unsigned int xid); 222 struct super_block *sb, unsigned int xid); [all …]
|
D | link.c | 160 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument 177 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink() 193 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument 212 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink() 250 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument 272 rc = CIFS_open(xid, &oparms, &oplock, &file_info); in cifs_query_mf_symlink() 288 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 290 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink() 295 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() argument 315 rc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink() [all …]
|
D | smb1ops.c | 423 cifs_negotiate(const unsigned int xid, in cifs_negotiate() argument 428 rc = CIFSSMBNegotiate(xid, ses, server); in cifs_negotiate() 432 rc = CIFSSMBNegotiate(xid, ses, server); in cifs_negotiate() 516 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon() argument 519 CIFSSMBQFSDeviceInfo(xid, tcon); in cifs_qfs_tcon() 520 CIFSSMBQFSAttributeInfo(xid, tcon); in cifs_qfs_tcon() 524 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible() argument 534 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 539 rc = SMBQueryInformation(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 545 static int cifs_query_path_info(const unsigned int xid, in cifs_query_path_info() argument [all …]
|
D | smb2inode.c | 172 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() argument 301 trace_smb3_query_info_compound_enter(xid, ses->Suid, in smb2_compound_op() 337 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, in smb2_compound_op() 341 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 348 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 366 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 401 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 432 trace_smb3_set_info_compound_enter(xid, ses->Suid, in smb2_compound_op() 472 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 499 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() [all …]
|
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 …]
|
D | dir.c | 177 static int cifs_do_create(struct inode *inode, struct dentry *direntry, unsigned int xid, argument 213 oflags, oplock, &fid->netfid, xid); 222 CIFSSMBClose(xid, tcon, fid->netfid); 236 CIFSSMBClose(xid, tcon, fid->netfid); 325 rc = server->ops->open(xid, &oparms, oplock, buf); 362 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid, 378 xid); 384 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid); 426 server->ops->close(xid, tcon, fid); 437 unsigned int xid; local [all …]
|
D | smb2file.c | 100 int smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, void *buf) in smb2_open_file() argument 120 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file() 133 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file() 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 250 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range() 275 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 291 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument 307 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks() [all …]
|
D | xattr.c | 43 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set() argument 60 &info_buf, xid); in cifs_attrib_set() 67 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set() argument 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() 136 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set() 143 rc = cifs_creation_time_set(xid, pTcon, inode, in cifs_xattr_set() 154 rc = pTcon->ses->server->ops->set_EA(xid, pTcon, in cifs_xattr_set() 210 free_xid(xid); in cifs_xattr_set() [all …]
|
D | smb2ops.c | 457 smb2_negotiate(const unsigned int xid, in smb2_negotiate() argument 466 rc = SMB2_negotiate(xid, ses, server); in smb2_negotiate() 795 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() argument 809 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in SMB3_request_interfaces() 842 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon() argument 861 rc = open_cached_dir(xid, tcon, "", cifs_sb, false, &cfid); in smb3_qfs_tcon() 865 rc = SMB2_open(xid, &oparms, &srch_path, &oplock, NULL, NULL, in smb3_qfs_tcon() 870 SMB3_request_interfaces(xid, tcon, true /* called during mount */); in smb3_qfs_tcon() 872 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 874 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() [all …]
|
D | file.c | 59 wdata->xid = get_xid(); in cifs_prepare_write() 156 rdata->xid = get_xid(); in cifs_prepare_read() 332 free_xid(rdata->xid); in cifs_free_subrequest() 465 __u32 *poplock, __u16 *pnetfid, unsigned int xid) in cifs_posix_open() argument 491 rc = CIFSPOSIXCreate(xid, tcon, posix_flags, mode, pnetfid, presp_data, in cifs_posix_open() 528 struct cifs_fid *fid, unsigned int xid, struct cifs_open_info_data *buf) in cifs_nt_open() argument 593 rc = server->ops->open(xid, &oparms, oplock, buf); in cifs_nt_open() 608 xid); in cifs_nt_open() 611 xid, fid); in cifs_nt_open() 614 server->ops->close(xid, tcon, fid); in cifs_nt_open() [all …]
|
D | ioctl.c | 26 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument 59 xid, tcon, cifs_sb, utf16_path, in cifs_ioctl_query_info() 71 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument 109 rc = cifs_file_copychunk_range(xid, fd_file(src_file), 0, dst_file, 0, in cifs_ioctl_copychunk() 134 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument 357 unsigned int xid; in cifs_ioctl() local 369 xid = get_xid(); in cifs_ioctl() 373 trace_smb3_ioctl(xid, 0, command); in cifs_ioctl() 375 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command); in cifs_ioctl() 387 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl() [all …]
|
D | dfs.c | 391 static void __tree_connect_ipc(const unsigned int xid, char *tree, in __tree_connect_ipc() argument 416 rc = server->ops->tree_connect(xid, ses, tree, tcon, in __tree_connect_ipc() 429 static void tree_connect_ipc(const unsigned int xid, char *tree, in tree_connect_ipc() argument 435 __tree_connect_ipc(xid, tree, cifs_sb, ses); in tree_connect_ipc() 436 __tree_connect_ipc(xid, tree, cifs_sb, CIFS_DFS_ROOT_SES(ses)); in tree_connect_ipc() 439 static int __tree_connect_dfs_target(const unsigned int xid, struct cifs_tcon *tcon, in __tree_connect_dfs_target() argument 482 tree_connect_ipc(xid, tree, cifs_sb, tcon); in __tree_connect_dfs_target() 486 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() 496 if (dfs_cache_find(xid, root_ses, cifs_sb->local_nls, cifs_remap(cifs_sb), target, in __tree_connect_dfs_target() 498 rc = ops->tree_connect(xid, tcon->ses, tree, tcon, cifs_sb->local_nls); in __tree_connect_dfs_target() [all …]
|
D | smb2pdu.c | 222 int xid; in smb2_reconnect() local 436 xid = get_xid(); in smb2_reconnect() 437 rc = server->ops->query_server_interfaces(xid, tcon, false); in smb2_reconnect() 438 free_xid(xid); in smb2_reconnect() 1047 SMB2_negotiate(const unsigned int xid, in SMB2_negotiate() argument 1134 rc = cifs_send_recv(xid, ses, server, in SMB2_negotiate() 1284 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() argument 1367 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate() 1446 unsigned int xid; member 1571 rc = cifs_send_recv(sess_data->xid, sess_data->ses, in SMB2_sess_sendreceive() [all …]
|
D | cifssmb.c | 404 CIFSSMBNegotiate(const unsigned int xid, in CIFSSMBNegotiate() argument 447 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB, in CIFSSMBNegotiate() 512 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis() argument 541 rc = SendReceiveNoRsp(xid, tcon->ses, (char *)smb_buffer, 0); in CIFSSMBTDis() 613 CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses) in CIFSSMBLogoff() argument 651 rc = SendReceiveNoRsp(xid, ses, (char *) pSMB, 0); in CIFSSMBLogoff() 665 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile() argument 727 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSPOSIXDelFile() 742 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile() argument 772 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, in CIFSSMBDelFile() [all …]
|
D | reparse.c | 18 const unsigned int xid, 23 int smb2_create_reparse_symlink(const unsigned int xid, struct inode *inode, in smb2_create_reparse_symlink() argument 63 rc = detect_directory_symlink_target(cifs_sb, xid, full_path, symname, &directory); in smb2_create_reparse_symlink() 90 new = smb2_get_reparse_inode(&data, inode->i_sb, xid, in smb2_create_reparse_symlink() 105 const unsigned int xid, in detect_directory_symlink_target() argument 192 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target() 196 tcon->ses->server->ops->close(xid, tcon, &fid); in detect_directory_symlink_target() 211 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in detect_directory_symlink_target() 215 tcon->ses->server->ops->close(xid, tcon, &fid); in detect_directory_symlink_target() 276 static int mknod_nfs(unsigned int xid, struct inode *inode, in mknod_nfs() argument [all …]
|
/linux-6.12.1/include/trace/events/ |
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 …]
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
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-6.12.1/drivers/scsi/bnx2fc/ |
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 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 …]
|
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-6.12.1/drivers/scsi/qedf/ |
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 …]
|
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() 304 u16 xid; in qedf_alloc_cmd() local [all …]
|
/linux-6.12.1/fs/jffs2/ |
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-6.12.1/drivers/scsi/libfc/ |
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 …]
|