Searched refs:rq_xid (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 157 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()
|
D | client.c | 647 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 …]
|
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 | 1485 req->rq_xid); in ptlrpc_server_handle_req_in() 1494 req->rq_xid); in ptlrpc_server_handle_req_in() 1501 cfs_fail_val, req->rq_xid); in ptlrpc_server_handle_req_in() 1525 CDEBUG(D_RPCTRACE, "got req x%llu\n", req->rq_xid); in ptlrpc_server_handle_req_in() 1638 CDEBUG(D_NET, "got req %llu\n", request->rq_xid); in ptlrpc_server_handle_request() 1667 lustre_msg_get_status(request->rq_reqmsg), request->rq_xid, in ptlrpc_server_handle_request() 1705 request->rq_xid, in ptlrpc_server_handle_request()
|
D | recover.c | 167 rc, req->rq_xid); in ptlrpc_replay_next()
|
D | sec.c | 952 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()
|
D | lproc_ptlrpc.c | 925 libcfs_id2str(req->rq_peer), req->rq_xid, in ptlrpc_lprocfs_svc_req_history_show()
|
D | pack_generic.c | 2188 req, req->rq_xid, req->rq_transno, in _debug_req()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 712 rs->rs_xid = req->rq_xid; in target_send_reply()
|
/drivers/staging/lustre/lustre/include/ |
D | obd.h | 609 oti->oti_xid = req->rq_xid; in oti_init()
|
D | lustre_net.h | 1356 __u64 rq_xid; member
|