Searched refs:xid (Results 26 - 50 of 110) sorted by relevance

12345

/linux-master/fs/nfsd/
H A Dtrace.h23 __field(u32, xid) \
31 __entry->xid = be32_to_cpu(rqstp->rq_xid); \
46 __field(u32, xid)
56 __entry->xid = be32_to_cpu(rqstp->rq_xid);
62 TP_printk("xid=0x%08x vers=%u proc=%u",
63 __entry->xid, __entry->vers, __entry->proc
100 __field(u32, xid)
105 __entry->xid = be32_to_cpu(rqst->rq_xid);
109 TP_printk("xid=0x%08x opcnt=%u tag=%s",
110 __entry->xid, __entr
[all...]
/linux-master/include/trace/events/
H A Dsunrpc.h507 __field(u32, xid)
517 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
525 " server=%s xid=0x%08x %sv%d %s",
527 __entry->xid, __get_str(progname), __entry->version,
635 __field(u32, xid)
648 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
659 " xid=0x%08x %sv%d %s backlog=%lu rtt=%lu execute=%lu"
661 __entry->task_id, __entry->client_id, __entry->xid,
1046 __be32 xid,
1050 TP_ARGS(xprt, xid, statu
[all...]
H A Drpcrdma.h296 __field(u32, xid)
304 __entry->xid = be32_to_cpu(rep->rr_xid);
311 TP_printk("peer=[%s]:%s xid=0x%08x version=%u proc=%u",
313 __entry->xid, __entry->version, __entry->proc
604 __field(u32, xid)
610 __entry->xid = be32_to_cpu(rqst->rq_xid);
615 TP_printk("peer=[%s]:%s xid=0x%08x",
616 __get_str(addr), __get_str(port), __entry->xid
823 __field(u32, xid)
837 __entry->xid
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.h62 "xid %04x-%04x: " fmt, \
75 pr_info("host%u: xid %4x: " fmt, \
77 exch->xid, ##args))
98 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid);
H A Dfc_exch.c446 index = (ep->xid - ep->em->min_xid) >> fc_cpu_order;
875 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid;
924 * @xid: The XID of the exchange to look up
926 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) argument
931 u16 cpu = xid & fc_cpu_mask;
933 if (xid == FC_XID_UNKNOWN)
937 pr_err("host%u: lport %6.6x: xid %d invalid CPU %d\n:",
938 lport->host->host_no, lport->port_id, xid, cpu);
942 if ((xid >= mp->min_xid) && (xid <
1047 u16 xid; local
1175 u16 xid; local
2000 fc_exch_lookup(struct fc_lport *lport, u32 xid) argument
2026 u16 xid, rxid, oxid; local
2299 u16 xid; local
2579 u16 xid; local
[all...]
/linux-master/fs/smb/client/
H A Dreparse.h104 int smb2_create_reparse_symlink(const unsigned int xid, struct inode *inode,
107 int smb2_mknod_reparse(unsigned int xid, struct inode *inode,
H A Dcifssmb.c404 CIFSSMBNegotiate(const unsigned int xid, argument
447 rc = SendReceive(xid, ses, (struct smb_hdr *) pSMB,
512 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) argument
541 rc = SendReceiveNoRsp(xid, tcon->ses, (char *)smb_buffer, 0);
613 CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses) argument
651 rc = SendReceiveNoRsp(xid, ses, (char *) pSMB, 0);
665 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, argument
727 rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB,
742 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, argument
772 rc = SendReceive(xid, tco
786 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) argument
829 CIFSSMBMkDir(const unsigned int xid, struct inode *inode, umode_t mode, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) argument
873 CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon, __u32 posix_flags, __u64 mode, __u16 *netfid, FILE_UNIX_BASIC_INFO *pRetData, __u32 *pOplock, const char *name, const struct nls_table *nls_codepage, int remap) argument
1039 SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) argument
1143 CIFS_open(const unsigned int xid, struct cifs_open_parms *oparms, int *oplock, FILE_ALL_INFO *buf) argument
1384 CIFSSMBRead(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, char **buf, int *pbuf_type) argument
1494 CIFSSMBWrite(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, const char *buf) argument
1752 CIFSSMBWrite2(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, struct kvec *iov, int n_vec) argument
1856 cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon, const __u16 netfid, const __u8 lock_type, const __u32 num_unlock, const __u32 num_lock, LOCKING_ANDX_RANGE *buf) argument
1902 CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon, const __u16 smb_file_id, const __u32 netpid, const __u64 len, const __u64 offset, const __u32 numUnlock, const __u32 numLock, const __u8 lockType, const bool waitFlag, const __u8 oplock_level) argument
1971 CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon, const __u16 smb_file_id, const __u32 netpid, const loff_t start_offset, const __u64 len, struct file_lock *pLockData, const __u16 lock_type, const bool waitFlag) argument
2103 CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) argument
2137 CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) argument
2158 CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon, struct dentry *source_dentry, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) argument
2223 CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *pTcon, int netfid, const char *target_name, const struct nls_table *nls_codepage, int remap) argument
2307 CIFSSMBCopy(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const __u16 target_tid, const char *toName, const int flags, const struct nls_table *nls_codepage, int remap) argument
2370 CIFSUnixCreateSymLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) argument
2457 CIFSUnixCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) argument
2539 CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, struct dentry *source_dentry, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) argument
2610 CIFSSMBUnixQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char **symlinkinfo, const struct nls_table *nls_codepage, int remap) argument
2702 cifs_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u32 *tag, struct kvec *rsp, int *rsp_buftype) argument
2807 CIFSSMB_set_compression(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid) argument
3035 cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, struct posix_acl **acl, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
3126 cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const struct posix_acl *acl, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
3201 cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, struct posix_acl **acl, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
3209 cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *fileName, const struct posix_acl *acl, const int acl_type, const struct nls_table *nls_codepage, int remap) argument
3219 CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon, const int netfid, __u64 *pExtAttrBits, __u64 *pMask) argument
3393 CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd **acl_inf, __u32 *pbuflen) argument
3483 CIFSSMBSetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon, __u16 fid, struct cifs_ntsd *pntsd, __u32 acllen, int aclflag) argument
3548 SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, FILE_ALL_INFO *data, const struct nls_table *nls_codepage, int remap) argument
3614 CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, u16 netfid, FILE_ALL_INFO *pFindData) argument
3682 CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, FILE_ALL_INFO *data, int legacy , const struct nls_table *nls_codepage, int remap) argument
3781 CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, u16 netfid, FILE_UNIX_BASIC_INFO *pFindData) argument
3849 CIFSSMBUnixQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, FILE_UNIX_BASIC_INFO *pFindData, const struct nls_table *nls_codepage, int remap) argument
3931 CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon, const char *searchName, struct cifs_sb_info *cifs_sb, __u16 *pnetfid, __u16 search_flags, struct cifs_search_info *psrch_inf, bool msearch) argument
4074 CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon, __u16 searchHandle, __u16 search_flags, struct cifs_search_info *psrch_inf) argument
4201 CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon, const __u16 searchHandle) argument
4234 CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, __u64 *inode_number, const struct nls_table *nls_codepage, int remap) argument
4325 CIFSGetDFSRefer(const unsigned int xid, struct cifs_ses *ses, const char *search_name, struct dfs_info3_param **target_nodes, unsigned int *num_of_nodes, const struct nls_table *nls_codepage, int remap) argument
4441 SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) argument
4528 CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) argument
4615 CIFSSMBQFSAttributeInfo(const unsigned int xid, struct cifs_tcon *tcon) argument
4685 CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon) argument
4756 CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon) argument
4826 CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon, __u64 cap) argument
4900 CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) argument
5000 CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, __u64 size, struct cifs_sb_info *cifs_sb, bool set_allocation, struct dentry *dentry) argument
5089 CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_allocation) argument
5173 CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon, const FILE_BASIC_INFO *data, __u16 fid, __u32 pid_of_opener) argument
5238 CIFSSMBSetFileDisposition(const unsigned int xid, struct cifs_tcon *tcon, bool delete_file, __u16 fid, __u32 pid_of_opener) argument
5296 CIFSSMBSetPathInfoFB(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const FILE_BASIC_INFO *data, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) argument
5328 CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const FILE_BASIC_INFO *data, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) argument
5458 CIFSSMBUnixSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon, const struct cifs_unix_set_info_args *args, u16 fid, u32 pid_of_opener) argument
5524 CIFSSMBUnixSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, const struct cifs_unix_set_info_args *args, const struct nls_table *nls_codepage, int remap) argument
5609 CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, const unsigned char *ea_name, char *EAData, size_t buf_size, struct cifs_sb_info *cifs_sb) argument
5795 CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const char *ea_name, const void *ea_value, const __u16 ea_value_len, const struct nls_table *nls_codepage, struct cifs_sb_info *cifs_sb) argument
[all...]
H A Dsmb2pdu.c218 int xid; local
432 xid = get_xid();
433 rc = server->ops->query_server_interfaces(xid, tcon, false);
434 free_xid(xid);
1043 SMB2_negotiate(const unsigned int xid, argument
1130 rc = cifs_send_recv(xid, ses, server,
1270 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) argument
1353 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,
1432 unsigned int xid; member in struct:SMB2_sess_data
1557 rc = cifs_send_recv(sess_data->xid, sess_dat
1896 SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, const struct nls_table *nls_cp) argument
1943 SMB2_logoff(const unsigned int xid, struct cifs_ses *ses) argument
2020 SMB2_tcon(const unsigned int xid, struct cifs_ses *ses, const char *tree, struct cifs_tcon *tcon, const struct nls_table *cp) argument
2161 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) argument
2804 smb311_posix_mkdir(const unsigned int xid, struct inode *inode, umode_t mode, struct cifs_tcon *tcon, const char *full_path, struct cifs_sb_info *cifs_sb) argument
3170 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix, struct kvec *err_iov, int *buftype) argument
3384 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, u32 max_out_data_len, char **out_data, u32 *plen ) argument
3523 SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
3579 __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_network_open_info *pbuf) argument
3670 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
3781 query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, u32 additional_info, size_t output_len, size_t min_len, void **data, u32 *dlen) argument
3883 SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_all_info *data) argument
3911 SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, void **data, u32 *plen, u32 extra_info) argument
3925 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) argument
3941 SMB2_notify_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid, u32 completion_filter, bool watch_tree) argument
3974 SMB2_change_notify(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, bool watch_tree, u32 completion_filter, u32 max_out_data_len, char **out_data, u32 *plen ) argument
4274 SMB2_flush_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid) argument
4298 SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid) argument
4670 SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, char **buf, int *buf_type) argument
4851 unsigned int total_len, xid = wdata->xid; local
5006 SMB2_write(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, struct kvec *iov, int n_vec) argument
5248 SMB2_query_directory_init(const unsigned int xid, struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, int index, int info_level) argument
5404 SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int index, struct cifs_search_info *srch_inf) argument
5538 send_set_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, unsigned int num, void **data, unsigned int *size) argument
5611 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, u32 pid, loff_t new_eof) argument
5631 SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct cifs_ntsd *pnntsd, int pacllen, int aclflag) argument
5641 SMB2_set_ea(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct smb2_file_full_ea_info *buf, int len) argument
5651 SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon, const u64 persistent_fid, const u64 volatile_fid, __u8 oplock_level) argument
5785 SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) argument
5850 SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct kstatfs *fsdata) argument
5915 SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, int level) argument
6014 smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u32 num_lock, struct smb2_lock_element *buf) argument
6086 SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon, const __u64 persist_fid, const __u64 volatile_fid, const __u32 pid, const __u64 length, const __u64 offset, const __u32 lock_flags, const bool wait) argument
6103 SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon, __u8 *lease_key, const __le32 lease_state) argument
[all...]
H A Dreaddir.c331 _initiate_cifs_search(const unsigned int xid, struct file *file, argument
394 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb,
411 initiate_cifs_search(const unsigned int xid, struct file *file, argument
417 rc = _initiate_cifs_search(xid, file, full_path);
669 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos, argument
711 server->ops->close_dir(xid, tcon, &cfile->fid);
724 rc = initiate_cifs_search(xid, file, full_path);
742 rc = server->ops->query_dir_next(xid, tcon, &cfile->fid,
1015 unsigned int xid; local
1030 xid
[all...]
H A Dcifsacl.c1393 unsigned int xid; local
1400 xid = get_xid();
1401 rc = CIFSSMBGetCIFSACL(xid, tlink_tcon(tlink), cifsfid->netfid, &pntsd,
1403 free_xid(xid);
1418 unsigned int xid; local
1429 xid = get_xid();
1441 rc = CIFS_open(xid, &oparms, &oplock, NULL);
1443 rc = CIFSSMBGetCIFSACL(xid, tcon, fid.netfid, &pntsd, pacllen);
1444 CIFSSMBClose(xid, tcon, fid.netfid);
1448 free_xid(xid);
1479 unsigned int xid; local
1685 unsigned int xid; local
1748 unsigned int xid; local
[all...]
H A Dconnect.c119 int xid; local
131 xid = get_xid();
132 rc = server->ops->query_server_interfaces(xid, tcon, false);
133 free_xid(xid);
1925 int rc = 0, xid; local
1954 xid = get_xid();
1958 rc = server->ops->tree_connect(xid, ses, unc, tcon, ctx->local_nls);
1959 free_xid(xid);
2009 unsigned int xid; local
2048 xid
2248 unsigned int xid; local
2448 unsigned int xid; local
2530 int rc, xid; local
3159 reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, struct smb3_fs_context *ctx) argument
3342 unsigned int xid; local
3510 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, char *full_path, int added_treename) argument
3566 unsigned int xid = mnt_ctx->xid; local
3693 CIFSTCon(const unsigned int xid, struct cifs_ses *ses, const char *tree, struct cifs_tcon *tcon, const struct nls_table *nls_codepage) argument
3852 cifs_negotiate_protocol(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server) argument
3897 cifs_setup_session(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, struct nls_table *nls_info) argument
4297 cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, const struct nls_table *nlsc) argument
[all...]
H A Dreparse.c17 int smb2_create_reparse_symlink(const unsigned int xid, struct inode *inode, argument
71 new = smb2_get_reparse_inode(&data, inode->i_sb, xid,
118 static int mknod_nfs(unsigned int xid, struct inode *inode, argument
139 new = smb2_get_reparse_inode(&data, inode->i_sb, xid,
255 static int mknod_wsl(unsigned int xid, struct inode *inode, argument
286 xid, tcon, full_path,
297 int smb2_mknod_reparse(unsigned int xid, struct inode *inode, argument
306 rc = mknod_nfs(xid, inode, dentry, tcon, full_path, mode, dev);
309 rc = mknod_wsl(xid, inode, dentry, tcon, full_path, mode, dev);
H A Ddfs_cache.h40 int dfs_cache_find(const unsigned int xid, struct cifs_ses *ses, const struct nls_table *cp,
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.c33 PFX "xid:0x%x %pV",
34 io_req->xid, &vaf);
/linux-master/include/uapi/linux/
H A Ddlm_device.h40 __u64 xid; member in struct:dlm_lock_params
H A Djffs2.h166 jint32_t xid; /* XATTR identifier number */ member in struct:jffs2_raw_xattr
183 jint32_t xid; /* XATTR identifier number */ member in struct:jffs2_raw_xref
/linux-master/sound/soc/meson/
H A Dg12a-tohdmitx.c178 #define TOHDMITX_IN(xname, xid, xfmt, xchmax) { \
180 .id = (xid), \
185 #define TOHDMITX_OUT(xname, xid, xfmt, xchmax) { \
187 .id = (xid), \
/linux-master/include/linux/sunrpc/
H A Dbc_xprt.h21 struct rpc_rqst *xprt_lookup_bc_request(struct rpc_xprt *xprt, __be32 xid);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h199 u32 xid; member in struct:bnxt_qplib_db_info
470 #define BNXT_QPLIB_INIT_DBHDR(xid, type, indx, toggle) \
471 (((u64)(((xid) & DBC_DBC_XID_MASK) | DBC_DBC_PATH_ROCE | \
490 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, indx, toggle);
503 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, indx, 0);
516 key = BNXT_QPLIB_INIT_DBHDR(info->xid, type, 0, toggle);
525 key = BNXT_QPLIB_INIT_DBHDR(info->xid, DBC_DBC_TYPE_SRQ_ARM, th, info->toggle);
/linux-master/drivers/net/usb/
H A Drndis_host.c99 u32 xid = 0, msg_len, request_id, msg_type, rsp, local
103 * disconnect(): either serialize, or dispatch responses on xid
108 /* Issue the request; xid is unique, don't bother byteswapping it */
110 xid = dev->xid++;
111 if (!xid)
112 xid = dev->xid++;
113 buf->request_id = (__force __le32) xid;
123 if (unlikely(retval < 0 || xid
[all...]
/linux-master/drivers/s390/net/
H A Dctcm_mpc.c831 priv->xid->xid2_flag2 = 0x00;
959 ch->xid = (struct xid2 *)skb_tail_pointer(ch->xid_skb);
969 ch->xid->xid2_dlc_type =
974 ch->xid->xid2_buf_len = 0x00;
1070 * BUT..this only applies if xid negot *
1186 mpcginfo->xid = thisxid;
1285 /* base xid for all channels in group */
1290 grp->xid = (struct xid2 *)skb_tail_pointer(grp->xid_skb);
1292 grp->xid->xid2_adj_id = jiffies | 0xfff00000;
1293 grp->xid
1535 struct xid2 *xid = mpcginfo->xid; local
[all...]
H A Dctcm_mpc.h153 struct xid2 *xid; member in struct:mpcg_info
183 struct xid2 *xid; member in struct:mpc_group
199 fsm_instance *fsm; /* group xid fsm */
H A Dctcm_main.h182 struct xid2 *xid; member in struct:channel
209 struct xid2 *xid; /* MPC only */ member in struct:ctcm_priv
/linux-master/drivers/target/tcm_fc/
H A Dtfc_io.c94 pr_debug("%s: Command aborted, xid 0x%x\n",
95 __func__, ep->xid);
166 "xid <0x%x>, remaining %zu, "
168 __func__, fp, ep->xid,
230 pr_err("%s: xid 0x%x, f_ctl 0x%x, cmd->sg %p, "
235 "not set\n", __func__, ep->xid, f_ctl,
341 if (lport && (ep->xid <= lport->lro_xid)) {
347 ep->xid);
353 * identified using ep->xid)
/linux-master/fs/jffs2/
H A Dsummary.h70 jint32_t xid; /* xattr identifier */ member in struct:jffs2_sum_xattr_flash
127 jint32_t xid; member in struct:jffs2_sum_xattr_mem

Completed in 244 milliseconds

12345