Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c157 xid = req->rq_xid & ~((__u64)desc->bd_md_max_brw - 1); in ptlrpc_register_bulk()
213 req->rq_xid = --xid; in ptlrpc_register_bulk()
214 LASSERTF(desc->bd_last_xid == (req->rq_xid & PTLRPC_BULK_OPS_MASK), in ptlrpc_register_bulk()
216 desc->bd_last_xid, req->rq_xid); in ptlrpc_register_bulk()
230 desc->bd_last_xid, req->rq_xid, desc->bd_portal); in ptlrpc_register_bulk()
428 req->rq_xid, req->rq_reply_off); in ptlrpc_send_reply()
566 connection->c_peer, request->rq_xid, 0, in ptl_send_rpc()
620 request->rq_repbuf_len, request->rq_xid, in ptl_send_rpc()
648 request->rq_xid, 0); in ptl_send_rpc()
Dclient.c647 request->rq_xid = ptlrpc_next_xid(); in __ptlrpc_request_bufs_pack()
1227 req->rq_xid = ptlrpc_next_xid(); in after_reply()
1421 lustre_msg_get_status(req->rq_reqmsg), req->rq_xid, in ptlrpc_send_new_req()
1668 old_xid = req->rq_xid; in ptlrpc_check_set()
1669 req->rq_xid = ptlrpc_next_xid(); in ptlrpc_check_set()
1671 old_xid, req->rq_xid); in ptlrpc_check_set()
1808 lustre_msg_get_status(req->rq_reqmsg), req->rq_xid, in ptlrpc_check_set()
2307 return request->rq_xid; in ptlrpc_req_xid()
2523 __u64 old_xid = req->rq_xid; in ptlrpc_resend_req()
2526 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.c1490 req->rq_xid); in ptlrpc_server_handle_req_in()
1499 req->rq_xid); in ptlrpc_server_handle_req_in()
1506 cfs_fail_val, req->rq_xid); in ptlrpc_server_handle_req_in()
1530 CDEBUG(D_RPCTRACE, "got req x%llu\n", req->rq_xid); in ptlrpc_server_handle_req_in()
1643 CDEBUG(D_NET, "got req %llu\n", request->rq_xid); in ptlrpc_server_handle_request()
1672 lustre_msg_get_status(request->rq_reqmsg), request->rq_xid, in ptlrpc_server_handle_request()
1710 request->rq_xid, in ptlrpc_server_handle_request()
Drecover.c167 rc, req->rq_xid); in ptlrpc_replay_next()
Dsec.c952 CERROR("failed unpack reply: x%llu\n", req->rq_xid); in do_cli_unwrap_reply()
1932 libcfs_id2str(req->rq_peer), req->rq_xid); in sptlrpc_svc_unwrap_request()
Dlproc_ptlrpc.c925 libcfs_id2str(req->rq_peer), req->rq_xid, in ptlrpc_lprocfs_svc_req_history_show()
Dpack_generic.c2188 req, req->rq_xid, req->rq_transno, in _debug_req()
/linux-4.4.14/net/sunrpc/
Dbackchannel_rqst.c265 req->rq_xid = xid; in xprt_alloc_bc_request()
337 if (req->rq_xid == xid) in xprt_lookup_bc_request()
Dxprt.c812 if (entry->rq_xid == xid) { in xprt_lookup_rqst()
852 task->tk_pid, ntohl(req->rq_xid), copied); in xprt_complete_rqst()
853 trace_xprt_complete_rqst(xprt, req->rq_xid, copied); in xprt_complete_rqst()
970 trace_xprt_transmit(xprt, req->rq_xid, status); in xprt_transmit()
1242 req->rq_xid = xprt_alloc_xid(xprt); in xprt_request_init()
1252 req, ntohl(req->rq_xid)); in xprt_request_init()
Dsvc.c1096 svc_putu32(resv, rqstp->rq_xid); in svc_process_common()
1358 rqstp->rq_xid = req->rq_xid; in bc_svc_process()
Ddebugfs.c36 xid = be32_to_cpu(task->tk_rqstp->rq_xid); in tasks_show()
Dsvc_xprt.c835 rqstp->rq_xid = svc_getu32(&rqstp->rq_arg.head[0]); in svc_recv()
Dxprtsock.c1337 dprintk("RPC: read callback XID %08x\n", ntohl(req->rq_xid)); in xs_tcp_read_callback()
2568 dprintk("sending request with xid: %08x\n", ntohl(req->rq_xid)); in bc_send_request()
Dclnt.c2224 *p++ = req->rq_xid; /* XID */ in rpc_encode_header()
/linux-4.4.14/net/sunrpc/xprtrdma/
Dbackchannel.c212 headerp->rm_xid = rqst->rq_xid; in rpcrdma_bc_marshal_reply()
343 rqst->rq_xid = headerp->rm_xid; in rpcrdma_bc_receive_call()
Drpc_rdma.c458 headerp->rm_xid = rqst->rq_xid; in rpcrdma_marshal_req()
/linux-4.4.14/fs/nfsd/
Dnfscache.c318 if (rqstp->rq_xid != rp->c_xid) in nfsd_cache_match()
384 __be32 xid = rqstp->rq_xid; in nfsd_cache_lookup()
Dnfs4xdr.c4452 __func__, svc_addr(rqstp), be32_to_cpu(rqstp->rq_xid)); in nfs4svc_decode_compoundargs()
/linux-4.4.14/include/trace/events/
Dsunrpc.h466 __entry->xid = status > 0 ? rqst->rq_xid : 0;
492 __entry->xid = rqst->rq_xid;
/linux-4.4.14/include/linux/sunrpc/
Dsvc.h256 __be32 rq_xid; /* transmission id */ member
Dxprt.h76 __be32 rq_xid; /* request XID */ member
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c712 rs->rs_xid = req->rq_xid; in target_send_reply()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h609 oti->oti_xid = req->rq_xid; in oti_init()
Dlustre_net.h1356 __u64 rq_xid; member