Home
last modified time | relevance | path

Searched refs:PTL_RPC_MSG_ERR (Results 1 – 6 of 6) 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()
469 req->rq_type = PTL_RPC_MSG_ERR; in ptlrpc_send_error()
Dclient.c1155 if (lustre_msg_get_type(req->rq_repmsg) == PTL_RPC_MSG_ERR) { in ptlrpc_check_status()
1298 lustre_msg_get_type(req->rq_repmsg) != PTL_RPC_MSG_ERR) { in after_reply()
2721 if (lustre_msg_get_type(req->rq_repmsg) == PTL_RPC_MSG_ERR && in ptlrpc_replay_interpret()
Dpack_generic.c965 return PTL_RPC_MSG_ERR; in lustre_msg_get_type()
971 return PTL_RPC_MSG_ERR; in lustre_msg_get_type()
Dwiretest.c58 LASSERTF(PTL_RPC_MSG_ERR == 4712, "found %lld\n", in lustre_assert_wire_constants()
59 (long long)PTL_RPC_MSG_ERR); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h152 #define PTL_RPC_MSG_ERR 4712 macro
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c945 if (lustre_msg_get_type(req->rq_repmsg) == PTL_RPC_MSG_ERR) { in mdc_close()