Home
last modified time | relevance | path

Searched refs:PTL_RPC_MSG_ERR (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/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()
465 req->rq_type = PTL_RPC_MSG_ERR; in ptlrpc_send_error()
Dclient.c1113 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()
Dpack_generic.c917 return PTL_RPC_MSG_ERR; in lustre_msg_get_type()
923 return PTL_RPC_MSG_ERR; in lustre_msg_get_type()
Dwiretest.c60 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()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c860 if (lustre_msg_get_type(req->rq_repmsg) == PTL_RPC_MSG_ERR) { in mdc_close()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h153 #define PTL_RPC_MSG_ERR 4712 macro