Searched refs:PTL_RPC_MSG_ERR (Results 1 – 6 of 6) sorted by relevance
308 (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()465 req->rq_type = PTL_RPC_MSG_ERR; in ptlrpc_send_error()
1113 if (lustre_msg_get_type(req->rq_repmsg) == PTL_RPC_MSG_ERR) { in ptlrpc_check_status()1257 lustre_msg_get_type(req->rq_repmsg) != PTL_RPC_MSG_ERR) { in after_reply()2661 if (lustre_msg_get_type(req->rq_repmsg) == PTL_RPC_MSG_ERR && in ptlrpc_replay_interpret()
917 return PTL_RPC_MSG_ERR; in lustre_msg_get_type()923 return PTL_RPC_MSG_ERR; in lustre_msg_get_type()
60 LASSERTF(PTL_RPC_MSG_ERR == 4712, "found %lld\n", in lustre_assert_wire_constants()61 (long long)PTL_RPC_MSG_ERR); in lustre_assert_wire_constants()
860 if (lustre_msg_get_type(req->rq_repmsg) == PTL_RPC_MSG_ERR) { in mdc_close()
153 #define PTL_RPC_MSG_ERR 4712 macro