/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 158 xid = req->rq_xid & ~((__u64)desc->bd_md_max_brw - 1); in ptlrpc_register_bulk() 214 req->rq_xid = --xid; in ptlrpc_register_bulk() 215 LASSERTF(desc->bd_last_xid == (req->rq_xid & PTLRPC_BULK_OPS_MASK), in ptlrpc_register_bulk() 217 desc->bd_last_xid, req->rq_xid); in ptlrpc_register_bulk() 231 desc->bd_last_xid, req->rq_xid, desc->bd_portal); in ptlrpc_register_bulk() 432 req->rq_xid, req->rq_reply_off); in ptlrpc_send_reply() 570 connection->c_peer, request->rq_xid, 0, in ptl_send_rpc() 624 request->rq_repbuf_len, request->rq_xid, in ptl_send_rpc() 652 request->rq_xid, 0); in ptl_send_rpc()
|
D | client.c | 633 request->rq_xid = ptlrpc_next_xid(); in __ptlrpc_request_bufs_pack() 1271 req->rq_xid = ptlrpc_next_xid(); in after_reply() 1464 lustre_msg_get_status(req->rq_reqmsg), req->rq_xid, in ptlrpc_send_new_req() 1711 old_xid = req->rq_xid; in ptlrpc_check_set() 1712 req->rq_xid = ptlrpc_next_xid(); in ptlrpc_check_set() 1714 old_xid, req->rq_xid); in ptlrpc_check_set() 1845 lustre_msg_get_status(req->rq_reqmsg), req->rq_xid, in ptlrpc_check_set() 2343 return request->rq_xid; in ptlrpc_req_xid() 2572 __u64 old_xid = req->rq_xid; in ptlrpc_resend_req() 2575 req->rq_xid = ptlrpc_next_xid(); in ptlrpc_resend_req() [all …]
|
D | events.c | 326 req->rq_xid = ev->match_bits; in request_in_callback() 341 req, req->rq_xid, ev->mlength); in request_in_callback()
|
D | service.c | 1771 req->rq_xid); in ptlrpc_server_handle_req_in() 1780 req->rq_xid); in ptlrpc_server_handle_req_in() 1787 cfs_fail_val, req->rq_xid); in ptlrpc_server_handle_req_in() 1811 CDEBUG(D_RPCTRACE, "got req x%llu\n", req->rq_xid); in ptlrpc_server_handle_req_in() 1921 CDEBUG(D_NET, "got req %llu\n", request->rq_xid); in ptlrpc_server_handle_request() 1951 lustre_msg_get_status(request->rq_reqmsg), request->rq_xid, in ptlrpc_server_handle_request() 1986 request->rq_xid, in ptlrpc_server_handle_request()
|
D | recover.c | 167 rc, req->rq_xid); in ptlrpc_replay_next()
|
D | sec.c | 994 CERROR("failed unpack reply: x%llu\n", req->rq_xid); in do_cli_unwrap_reply() 2040 libcfs_id2str(req->rq_peer), req->rq_xid); in sptlrpc_svc_unwrap_request()
|
D | lproc_ptlrpc.c | 959 libcfs_id2str(req->rq_peer), req->rq_xid, in ptlrpc_lprocfs_svc_req_history_show()
|
D | pack_generic.c | 2396 req, req->rq_xid, req->rq_transno, in _debug_req()
|
/linux-4.1.27/net/sunrpc/ |
D | backchannel_rqst.c | 229 req->rq_xid = xid; in xprt_alloc_bc_request() 292 if (req->rq_xid == xid) in xprt_lookup_bc_request()
|
D | xprt.c | 809 if (entry->rq_xid == xid) { in xprt_lookup_rqst() 849 task->tk_pid, ntohl(req->rq_xid), copied); in xprt_complete_rqst() 850 trace_xprt_complete_rqst(xprt, req->rq_xid, copied); in xprt_complete_rqst() 967 trace_xprt_transmit(xprt, req->rq_xid, status); in xprt_transmit() 1238 req->rq_xid = xprt_alloc_xid(xprt); in xprt_request_init() 1248 req, ntohl(req->rq_xid)); in xprt_request_init()
|
D | debugfs.c | 33 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
|
D | svc.c | 1099 svc_putu32(resv, rqstp->rq_xid); in svc_process_common() 1356 rqstp->rq_xid = req->rq_xid; in bc_svc_process()
|
D | svc_xprt.c | 835 rqstp->rq_xid = svc_getu32(&rqstp->rq_arg.head[0]); in svc_recv()
|
D | xprtsock.c | 1285 dprintk("RPC: read callback XID %08x\n", ntohl(req->rq_xid)); in xs_tcp_read_callback() 2410 dprintk("sending request with xid: %08x\n", ntohl(req->rq_xid)); in bc_send_request()
|
D | clnt.c | 2220 *p++ = req->rq_xid; /* XID */ in rpc_encode_header()
|
/linux-4.1.27/fs/nfsd/ |
D | nfscache.c | 346 if (rqstp->rq_xid != rp->c_xid) in nfsd_cache_match() 412 __be32 xid = rqstp->rq_xid; in nfsd_cache_lookup()
|
D | nfs4xdr.c | 4432 __func__, svc_addr(rqstp), be32_to_cpu(rqstp->rq_xid)); in nfs4svc_decode_compoundargs()
|
/linux-4.1.27/include/trace/events/ |
D | sunrpc.h | 466 __entry->xid = status > 0 ? rqst->rq_xid : 0; 492 __entry->xid = rqst->rq_xid;
|
/linux-4.1.27/include/linux/sunrpc/ |
D | svc.h | 251 __be32 rq_xid; /* transmission id */ member
|
D | xprt.h | 74 __be32 rq_xid; /* request XID */ member
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 715 rs->rs_xid = req->rq_xid; in target_send_reply()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 400 headerp->rm_xid = rqst->rq_xid; in rpcrdma_marshal_req()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd.h | 700 oti->oti_xid = req->rq_xid; in oti_init()
|
D | lustre_net.h | 1362 __u64 rq_xid; member
|