Searched refs:rq_xid (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.4/fs/nfsd/ |
D | trace.h | 23 __entry->xid = be32_to_cpu(rqst->rq_xid); 66 __entry->xid = be32_to_cpu(rqstp->rq_xid); 107 __entry->xid = be32_to_cpu(rqstp->rq_xid); 243 __entry->xid = rqstp->rq_xid;
|
D | nfscache.c | 106 rp->c_key.k_xid = rqstp->rq_xid; in nfsd_reply_cache_alloc() 392 __be32 xid = rqstp->rq_xid; in nfsd_cache_lookup()
|
D | nfs4xdr.c | 4558 __func__, svc_addr(rqstp), be32_to_cpu(rqstp->rq_xid)); in nfs4svc_decode_compoundargs()
|
/Linux-v5.4/include/trace/events/ |
D | sunrpc.h | 267 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 323 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 717 __entry->xid = be32_to_cpu(rqst->rq_xid); 748 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 858 __entry->xid = be32_to_cpu(rqst->rq_xid); 884 __entry->xid = be32_to_cpu(rqst->rq_xid); 912 __entry->xid = be32_to_cpu(rqst->rq_xid); 945 __entry->xid = be32_to_cpu(rqst->rq_xid); 1105 __entry->xid = be32_to_cpu(rqst->rq_xid);
|
D | rpcgss.h | 201 __entry->xid = be32_to_cpu(rqst->rq_xid); 231 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
|
D | rpcrdma.h | 286 __entry->xid = be32_to_cpu(rqst->rq_xid); 492 __entry->xid = be32_to_cpu(rqst->rq_xid); 521 __entry->xid = be32_to_cpu(rqst->rq_xid); 574 __entry->xid = be32_to_cpu(rqst->rq_xid); 609 __entry->xid = be32_to_cpu(rqst->rq_xid); 636 __entry->xid = be32_to_cpu(rqst->rq_xid); 1229 __entry->xid = be32_to_cpu(rqst->rq_xid); 1568 __entry->xid = __be32_to_cpu(rqst->rq_xid);
|
/Linux-v5.4/net/sunrpc/xprtrdma/ |
D | backchannel.c | 73 *p++ = rqst->rq_xid; in rpcrdma_bc_marshal_reply() 242 rqst->rq_xid = *p; in rpcrdma_bc_receive_call()
|
D | svc_rdma_backchannel.c | 185 *p++ = rqst->rq_xid; in rpcrdma_bc_send_request() 221 be32_to_cpu(rqst->rq_xid)); in xprt_rdma_bc_send_request()
|
D | rpc_rdma.c | 361 return frwr_map(r_xprt, seg, nsegs, writing, req->rl_slot.rq_xid, *mr); in rpcrdma_mr_prepare() 812 *p++ = rqst->rq_xid; in rpcrdma_marshal_req()
|
/Linux-v5.4/net/sunrpc/ |
D | backchannel_rqst.c | 260 req->rq_xid = xid; in xprt_get_bc_request() 334 if (req->rq_xid == xid) in xprt_lookup_bc_request()
|
D | xprt.c | 911 switch (xprt_xid_cmp(xid, req->rq_xid)) { in xprt_request_rb_find() 935 switch(xprt_xid_cmp(new->rq_xid, req->rq_xid)) { in xprt_request_rb_insert() 1117 task->tk_pid, ntohl(req->rq_xid), copied); in xprt_complete_rqst() 1118 trace_xprt_complete_rqst(xprt, req->rq_xid, copied); in xprt_complete_rqst() 1140 trace_xprt_timer(xprt, req->rq_xid, task->tk_status); in xprt_timer() 1723 req->rq_xid = xprt_alloc_xid(xprt); in xprt_request_init() 1734 req, ntohl(req->rq_xid)); in xprt_request_init()
|
D | debugfs.c | 31 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
|
D | svc.c | 1306 svc_putu32(resv, rqstp->rq_xid); in svc_process_common() 1562 rqstp->rq_xid = req->rq_xid; in bc_svc_process()
|
D | svc_xprt.c | 862 rqstp->rq_xid = svc_getu32(&rqstp->rq_arg.head[0]); in svc_recv()
|
D | clnt.c | 2563 *p++ = req->rq_xid; in rpc_encode_header()
|
D | xprtsock.c | 2687 dprintk("sending request with xid: %08x\n", ntohl(req->rq_xid)); in bc_send_request()
|
/Linux-v5.4/include/linux/sunrpc/ |
D | svc.h | 258 __be32 rq_xid; /* transmission id */ member
|
D | xprt.h | 78 __be32 rq_xid; /* request XID */ member
|
/Linux-v5.4/fs/nfs/ |
D | nfstrace.h | 1159 __entry->xid = be32_to_cpu(rqstp->rq_xid);
|
D | nfs4trace.h | 588 __entry->xid = be32_to_cpu(rqstp->rq_xid);
|