Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c310 (req->rq_type != PTL_RPC_MSG_ERR) && in ptlrpc_at_set_reply()
331 if (req->rq_type == PTL_RPC_MSG_ERR && in ptlrpc_at_set_reply()
380 req->rq_type = PTL_RPC_MSG_ERR; in ptlrpc_send_reply()
397 if (req->rq_type != PTL_RPC_MSG_ERR) in ptlrpc_send_reply()
398 req->rq_type = PTL_RPC_MSG_REPLY; in ptlrpc_send_reply()
400 lustre_msg_set_type(req->rq_repmsg, req->rq_type); in ptlrpc_send_reply()
469 req->rq_type = PTL_RPC_MSG_ERR; in ptlrpc_send_error()
501 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.c605 request->rq_type = PTL_RPC_MSG_REQUEST; in __ptlrpc_request_bufs_pack()
3094 req->rq_type = PTL_RPC_MSG_REQUEST; in ptlrpcd_alloc_work()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c907 mod->mod_open_req->rq_type != LI_POISON, in mdc_close()
1001 mod->mod_open_req->rq_type != LI_POISON, in mdc_done_writing()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1260 int rq_type; member