Home
last modified time | relevance | path

Searched refs:rq_xid (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/fs/nfsd/
Dtrace.h23 __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);
Dnfscache.c325 if (rqstp->rq_xid != rp->c_xid) in nfsd_cache_match()
391 __be32 xid = rqstp->rq_xid; in nfsd_cache_lookup()
Dnfs4xdr.c4527 __func__, svc_addr(rqstp), be32_to_cpu(rqstp->rq_xid)); in nfs4svc_decode_compoundargs()
/Linux-v4.19/include/trace/events/
Dsunrpc.h241 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
564 __entry->xid = be32_to_cpu(rqst->rq_xid);
589 __entry->xid = be32_to_cpu(rqst->rq_xid);
614 __entry->xid = be32_to_cpu(rqst->rq_xid);
646 __entry->xid = be32_to_cpu(rqst->rq_xid);
806 __entry->xid = be32_to_cpu(rqst->rq_xid);
Drpcrdma.h290 __entry->xid = be32_to_cpu(rqst->rq_xid);
483 __entry->xid = be32_to_cpu(rqst->rq_xid);
1249 __entry->xid = __be32_to_cpu(rqst->rq_xid);
/Linux-v4.19/net/sunrpc/
Dbackchannel_rqst.c259 req->rq_xid = xid; in xprt_alloc_bc_request()
331 if (req->rq_xid == xid) in xprt_lookup_bc_request()
Dxprt.c836 if (entry->rq_xid == xid) { in xprt_lookup_rqst()
928 task->tk_pid, ntohl(req->rq_xid), copied); in xprt_complete_rqst()
929 trace_xprt_complete_rqst(xprt, req->rq_xid, copied); in xprt_complete_rqst()
951 trace_xprt_timer(xprt, req->rq_xid, task->tk_status); in xprt_timer()
1037 trace_xprt_transmit(xprt, req->rq_xid, status); in xprt_transmit()
1322 req->rq_xid = xprt_alloc_xid(xprt); in xprt_request_init()
1332 req, ntohl(req->rq_xid)); in xprt_request_init()
Ddebugfs.c32 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
Dsvc.c1177 svc_putu32(resv, rqstp->rq_xid); in svc_process_common()
1463 rqstp->rq_xid = req->rq_xid; in bc_svc_process()
Dsvc_xprt.c842 rqstp->rq_xid = svc_getu32(&rqstp->rq_arg.head[0]); in svc_recv()
Dxprtsock.c1403 dprintk("RPC: read callback XID %08x\n", ntohl(req->rq_xid)); in xs_tcp_read_callback()
2713 dprintk("sending request with xid: %08x\n", ntohl(req->rq_xid)); in bc_send_request()
Dclnt.c2332 *p++ = req->rq_xid; /* XID */ in rpc_encode_header()
/Linux-v4.19/net/sunrpc/xprtrdma/
Dbackchannel.c167 *p++ = rqst->rq_xid; in rpcrdma_bc_marshal_reply()
308 rqst->rq_xid = *p; in rpcrdma_bc_receive_call()
Dsvc_rdma_backchannel.c188 *p++ = rqst->rq_xid; in rpcrdma_bc_send_request()
226 be32_to_cpu(rqst->rq_xid)); in xprt_rdma_bc_send_request()
Drpc_rdma.c747 *p++ = rqst->rq_xid; in rpcrdma_marshal_req()
/Linux-v4.19/include/linux/sunrpc/
Dsvc.h258 __be32 rq_xid; /* transmission id */ member
Dxprt.h78 __be32 rq_xid; /* request XID */ member