Searched refs:rq_xid (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.1/include/trace/events/ |
D | rpcgss.h | 190 __entry->xid = __be32_to_cpu(rqstp->rq_xid); 225 __entry->xid = be32_to_cpu(rqstp->rq_xid); 251 __entry->xid = __be32_to_cpu(rqstp->rq_xid); 279 __entry->xid = be32_to_cpu(rqstp->rq_xid); 306 __entry->xid = be32_to_cpu(rqstp->rq_xid); 389 __entry->xid = be32_to_cpu(rqst->rq_xid); 419 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 453 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 481 __entry->xid = be32_to_cpu(rqstp->rq_xid); 518 __entry->xid = be32_to_cpu(rqstp->rq_xid);
|
D | rpcrdma.h | 611 __entry->xid = be32_to_cpu(rqst->rq_xid); 838 __entry->xid = be32_to_cpu(rqst->rq_xid); 874 __entry->xid = be32_to_cpu(rqst->rq_xid); 901 __entry->xid = be32_to_cpu(rqst->rq_xid); 1306 __entry->xid = be32_to_cpu(rqst->rq_xid); 1333 __entry->xid = be32_to_cpu(rqst->rq_xid); 1898 __entry->xid = __be32_to_cpu(rqst->rq_xid); 1984 __entry->xid = __be32_to_cpu(rqst->rq_xid);
|
D | sunrpc.h | 485 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 615 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 1068 __entry->xid = be32_to_cpu(rqst->rq_xid); 1104 __entry->xid = be32_to_cpu(rqst->rq_xid); 1261 __entry->xid = be32_to_cpu(rqst->rq_xid); 1660 __entry->xid = be32_to_cpu((r)->rq_xid); \ 1711 __entry->xid = be32_to_cpu(rqst->rq_xid);
|
/Linux-v6.1/fs/nfsd/ |
D | trace.h | 26 __entry->xid = be32_to_cpu(rqstp->rq_xid); \ 51 __entry->xid = be32_to_cpu(rqstp->rq_xid); 100 __entry->xid = be32_to_cpu(rqst->rq_xid); 215 __entry->xid = be32_to_cpu(rqstp->rq_xid); 255 __entry->xid = be32_to_cpu(rqstp->rq_xid); 284 __entry->xid = be32_to_cpu(rqstp->rq_xid); 407 __entry->xid = be32_to_cpu(rqstp->rq_xid); 448 __entry->xid = be32_to_cpu(rqstp->rq_xid); 509 __entry->xid = be32_to_cpu(rqstp->rq_xid); 557 __entry->xid = be32_to_cpu(rqstp->rq_xid); [all …]
|
D | nfscache.c | 101 rp->c_key.k_xid = rqstp->rq_xid; in nfsd_reply_cache_alloc() 449 b = nfsd_cache_bucket_find(rqstp->rq_xid, nn); in nfsd_cache_lookup()
|
/Linux-v6.1/net/sunrpc/xprtrdma/ |
D | backchannel.c | 69 *p++ = rqst->rq_xid; in rpcrdma_bc_marshal_reply() 244 rqst->rq_xid = *p; in rpcrdma_bc_receive_call()
|
D | svc_rdma_backchannel.c | 160 *p++ = rqst->rq_xid; in rpcrdma_bc_send_request()
|
D | rpc_rdma.c | 310 return frwr_map(r_xprt, seg, nsegs, writing, req->rl_slot.rq_xid, *mr); in rpcrdma_mr_prepare() 885 *p++ = rqst->rq_xid; in rpcrdma_marshal_req()
|
/Linux-v6.1/net/sunrpc/ |
D | backchannel_rqst.c | 257 req->rq_xid = xid; in xprt_get_bc_request() 334 if (req->rq_xid == xid) in xprt_lookup_bc_request()
|
D | xprt.c | 1010 switch (xprt_xid_cmp(xid, req->rq_xid)) { in xprt_request_rb_find() 1034 switch(xprt_xid_cmp(new->rq_xid, req->rq_xid)) { in xprt_request_rb_insert() 1241 trace_xprt_timer(xprt, req->rq_xid, task->tk_status); in xprt_timer() 1880 req->rq_xid = xprt_alloc_xid(xprt); in xprt_request_init()
|
D | debugfs.c | 31 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
|
D | svc.c | 1252 svc_putu32(resv, rqstp->rq_xid); in svc_process_common() 1495 rqstp->rq_xid = req->rq_xid; in bc_svc_process()
|
D | svc_xprt.c | 893 rqstp->rq_xid = svc_getu32(&rqstp->rq_arg.head[0]); in svc_recv() 934 trace_svc_xdr_sendto(rqstp->rq_xid, xb); in svc_send()
|
D | clnt.c | 2626 *p++ = req->rq_xid; in rpc_encode_header()
|
/Linux-v6.1/include/linux/sunrpc/ |
D | svc.h | 274 __be32 rq_xid; /* transmission id */ member
|
D | xprt.h | 77 __be32 rq_xid; /* request XID */ member
|
/Linux-v6.1/fs/nfs/ |
D | callback_xdr.c | 940 trace_nfs_cb_no_clp(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound() 944 trace_nfs_cb_badprinc(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound()
|
D | nfs4trace.h | 400 __entry->xid = be32_to_cpu(rqstp->rq_xid); 435 __entry->xid = be32_to_cpu(rqstp->rq_xid);
|
D | nfstrace.h | 1767 __entry->xid = be32_to_cpu(rqstp->rq_xid);
|