Searched refs:rq_xid (Results 1 – 18 of 18) sorted by relevance
| /linux/include/trace/events/ |
| H A D | rpcgss.h | 190 __entry->xid = __be32_to_cpu(rqstp->rq_xid); 227 __entry->xid = be32_to_cpu(rqstp->rq_xid); 247 __entry->xid = be32_to_cpu(rqstp->rq_xid); 273 __entry->xid = __be32_to_cpu(rqstp->rq_xid); 301 __entry->xid = be32_to_cpu(rqstp->rq_xid); 328 __entry->xid = be32_to_cpu(rqstp->rq_xid); 411 __entry->xid = be32_to_cpu(rqst->rq_xid); 441 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 475 __entry->xid = be32_to_cpu(task->tk_rqstp->rq_xid); 503 __entry->xid = be32_to_cpu(rqstp->rq_xid); [all …]
|
| H A D | rpcrdma.h | 610 __entry->xid = be32_to_cpu(rqst->rq_xid); 860 __entry->xid = be32_to_cpu(rqst->rq_xid); 896 __entry->xid = be32_to_cpu(rqst->rq_xid); 923 __entry->xid = be32_to_cpu(rqst->rq_xid); 1308 __entry->xid = be32_to_cpu(rqst->rq_xid); 1335 __entry->xid = be32_to_cpu(rqst->rq_xid); 1987 __entry->xid = __be32_to_cpu(rqst->rq_xid);
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | backchannel.c | 70 *p++ = rqst->rq_xid; in rpcrdma_bc_marshal_reply() 243 rqst->rq_xid = *p; in rpcrdma_bc_receive_call()
|
| H A D | svc_rdma_backchannel.c | 151 *p++ = rqst->rq_xid; in rpcrdma_bc_send_request()
|
| H A D | rpc_rdma.c | 272 return frwr_map(r_xprt, cur, writing, req->rl_slot.rq_xid, *mr); in rpcrdma_mr_prepare() 846 *p++ = rqst->rq_xid; in rpcrdma_marshal_req()
|
| /linux/fs/nfsd/ |
| H A D | trace.h | 34 __entry->xid = be32_to_cpu((r)->rq_xid); \ 52 __entry->xid = be32_to_cpu((r)->rq_xid); \ 77 __entry->xid = be32_to_cpu(rqstp->rq_xid); 162 __entry->xid = be32_to_cpu(rqst->rq_xid); 290 __entry->xid = be32_to_cpu(rqstp->rq_xid); 330 __entry->xid = be32_to_cpu(rqstp->rq_xid); 359 __entry->xid = be32_to_cpu(rqstp->rq_xid); 484 __entry->xid = be32_to_cpu(rqstp->rq_xid); 530 __entry->xid = be32_to_cpu(rqstp->rq_xid); 591 __entry->xid = be32_to_cpu(rqstp->rq_xid); [all …]
|
| H A D | nfscache.c | 103 rp->c_key.k_xid = rqstp->rq_xid; in nfsd_cacherep_alloc() 495 b = nfsd_cache_bucket_find(rqstp->rq_xid, nn); in nfsd_cache_lookup()
|
| H A D | nfsctl.c | 1428 __be32 rq_xid; member 1450 if (nla_put_be32(skb, NFSD_A_RPC_STATUS_XID, genl_rqstp->rq_xid) || in nfsd_genl_rpc_status_compose_msg() 1567 genl_rqstp.rq_xid = rqstp->rq_xid; in nfsd_nl_rpc_status_get_dumpit()
|
| /linux/net/sunrpc/ |
| H A D | backchannel_rqst.c | 290 req->rq_xid = xid; in xprt_get_bc_request() 367 if (req->rq_xid == xid) in xprt_lookup_bc_request()
|
| H A D | svc.c | 1445 xdr_stream_encode_be32(xdr, rqstp->rq_xid); in svc_process_common() 1678 rqstp->rq_xid = *p++; in svc_process() 1716 rqstp->rq_xid = req->rq_xid; in svc_process_bc()
|
| H A D | xprt.c | 1013 switch (xprt_xid_cmp(xid, req->rq_xid)) { in xprt_request_rb_find() 1037 switch(xprt_xid_cmp(new->rq_xid, req->rq_xid)) { in xprt_request_rb_insert() 1244 trace_xprt_timer(xprt, req->rq_xid, task->tk_status); in xprt_timer() 1908 req->rq_xid = xprt_alloc_xid(xprt); in xprt_request_init()
|
| H A D | svc_xprt.c | 748 rqstp->rq_xid = xdr_zero; in svc_alloc_arg() 1006 trace_svc_xdr_sendto(rqstp->rq_xid, xb); in svc_send()
|
| H A D | clnt.c | 2688 *p++ = req->rq_xid; in rpc_encode_header()
|
| /linux/include/linux/sunrpc/ |
| H A D | svc.h | 228 __be32 rq_xid; /* transmission id */ member
|
| H A D | xprt.h | 69 __be32 rq_xid; /* request XID */ member
|
| /linux/fs/nfs/ |
| H A D | callback_xdr.c | 957 trace_nfs_cb_no_clp(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound() 961 trace_nfs_cb_badprinc(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound()
|
| H A D | nfs4trace.h | 459 __entry->xid = be32_to_cpu(rqstp->rq_xid); 494 __entry->xid = be32_to_cpu(rqstp->rq_xid);
|
| H A D | nfstrace.h | 1956 __entry->xid = be32_to_cpu(rqstp->rq_xid);
|