Searched refs:PTL_RPC_MSG_ERR (Results 1 – 6 of 6) sorted by relevance
310 (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()
1155 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()
965 return PTL_RPC_MSG_ERR; in lustre_msg_get_type()971 return PTL_RPC_MSG_ERR; in lustre_msg_get_type()
58 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()
152 #define PTL_RPC_MSG_ERR 4712 macro
945 if (lustre_msg_get_type(req->rq_repmsg) == PTL_RPC_MSG_ERR) { in mdc_close()