Home
last modified time | relevance | path

Searched refs:rq_type (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c308 (req->rq_type != PTL_RPC_MSG_ERR) && in ptlrpc_at_set_reply()
329 if (req->rq_type == PTL_RPC_MSG_ERR && !req->rq_export) in ptlrpc_at_set_reply()
376 req->rq_type = PTL_RPC_MSG_ERR; in ptlrpc_send_reply()
393 if (req->rq_type != PTL_RPC_MSG_ERR) in ptlrpc_send_reply()
394 req->rq_type = PTL_RPC_MSG_REPLY; in ptlrpc_send_reply()
396 lustre_msg_set_type(req->rq_repmsg, req->rq_type); in ptlrpc_send_reply()
465 req->rq_type = PTL_RPC_MSG_ERR; in ptlrpc_send_error()
497 LASSERT(request->rq_type == PTL_RPC_MSG_REQUEST); in ptl_send_rpc()
Drecover.c199 LASSERTF(req->rq_type != LI_POISON, "req %p freed\n", req); in ptlrpc_resend()
Dclient.c619 request->rq_type = PTL_RPC_MSG_REQUEST; in __ptlrpc_request_bufs_pack()
3040 req->rq_type = PTL_RPC_MSG_REQUEST; in ptlrpcd_alloc_work()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c822 mod->mod_open_req->rq_type != LI_POISON, in mdc_close()
915 mod->mod_open_req->rq_type != LI_POISON, in mdc_done_writing()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1254 int rq_type; member