Home
last modified time | relevance | path

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

/Linux-v5.4/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);
243 __entry->xid = rqstp->rq_xid;
Dnfscache.c106 rp->c_key.k_xid = rqstp->rq_xid; in nfsd_reply_cache_alloc()
392 __be32 xid = rqstp->rq_xid; in nfsd_cache_lookup()
Dnfs4xdr.c4558 __func__, svc_addr(rqstp), be32_to_cpu(rqstp->rq_xid)); in nfs4svc_decode_compoundargs()
/Linux-v5.4/include/trace/events/
Dsunrpc.h267 __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);
Drpcgss.h201 __entry->xid = be32_to_cpu(rqst->rq_xid);
231 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid);
Drpcrdma.h286 __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/
Dbackchannel.c73 *p++ = rqst->rq_xid; in rpcrdma_bc_marshal_reply()
242 rqst->rq_xid = *p; in rpcrdma_bc_receive_call()
Dsvc_rdma_backchannel.c185 *p++ = rqst->rq_xid; in rpcrdma_bc_send_request()
221 be32_to_cpu(rqst->rq_xid)); in xprt_rdma_bc_send_request()
Drpc_rdma.c361 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/
Dbackchannel_rqst.c260 req->rq_xid = xid; in xprt_get_bc_request()
334 if (req->rq_xid == xid) in xprt_lookup_bc_request()
Dxprt.c911 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()
Ddebugfs.c31 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
Dsvc.c1306 svc_putu32(resv, rqstp->rq_xid); in svc_process_common()
1562 rqstp->rq_xid = req->rq_xid; in bc_svc_process()
Dsvc_xprt.c862 rqstp->rq_xid = svc_getu32(&rqstp->rq_arg.head[0]); in svc_recv()
Dclnt.c2563 *p++ = req->rq_xid; in rpc_encode_header()
Dxprtsock.c2687 dprintk("sending request with xid: %08x\n", ntohl(req->rq_xid)); in bc_send_request()
/Linux-v5.4/include/linux/sunrpc/
Dsvc.h258 __be32 rq_xid; /* transmission id */ member
Dxprt.h78 __be32 rq_xid; /* request XID */ member
/Linux-v5.4/fs/nfs/
Dnfstrace.h1159 __entry->xid = be32_to_cpu(rqstp->rq_xid);
Dnfs4trace.h588 __entry->xid = be32_to_cpu(rqstp->rq_xid);