Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c158 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()
Dclient.c633 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 …]
Devents.c326 req->rq_xid = ev->match_bits; in request_in_callback()
341 req, req->rq_xid, ev->mlength); in request_in_callback()
Dservice.c1771 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()
Drecover.c167 rc, req->rq_xid); in ptlrpc_replay_next()
Dsec.c994 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()
Dlproc_ptlrpc.c959 libcfs_id2str(req->rq_peer), req->rq_xid, in ptlrpc_lprocfs_svc_req_history_show()
Dpack_generic.c2396 req, req->rq_xid, req->rq_transno, in _debug_req()
/linux-4.1.27/net/sunrpc/
Dbackchannel_rqst.c229 req->rq_xid = xid; in xprt_alloc_bc_request()
292 if (req->rq_xid == xid) in xprt_lookup_bc_request()
Dxprt.c809 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()
Ddebugfs.c33 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
Dsvc.c1099 svc_putu32(resv, rqstp->rq_xid); in svc_process_common()
1356 rqstp->rq_xid = req->rq_xid; in bc_svc_process()
Dsvc_xprt.c835 rqstp->rq_xid = svc_getu32(&rqstp->rq_arg.head[0]); in svc_recv()
Dxprtsock.c1285 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()
Dclnt.c2220 *p++ = req->rq_xid; /* XID */ in rpc_encode_header()
/linux-4.1.27/fs/nfsd/
Dnfscache.c346 if (rqstp->rq_xid != rp->c_xid) in nfsd_cache_match()
412 __be32 xid = rqstp->rq_xid; in nfsd_cache_lookup()
Dnfs4xdr.c4432 __func__, svc_addr(rqstp), be32_to_cpu(rqstp->rq_xid)); in nfs4svc_decode_compoundargs()
/linux-4.1.27/include/trace/events/
Dsunrpc.h466 __entry->xid = status > 0 ? rqst->rq_xid : 0;
492 __entry->xid = rqst->rq_xid;
/linux-4.1.27/include/linux/sunrpc/
Dsvc.h251 __be32 rq_xid; /* transmission id */ member
Dxprt.h74 __be32 rq_xid; /* request XID */ member
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c715 rs->rs_xid = req->rq_xid; in target_send_reply()
/linux-4.1.27/net/sunrpc/xprtrdma/
Drpc_rdma.c400 headerp->rm_xid = rqst->rq_xid; in rpcrdma_marshal_req()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h700 oti->oti_xid = req->rq_xid; in oti_init()
Dlustre_net.h1362 __u64 rq_xid; member