Home
last modified time | relevance | path

Searched refs:PTL_RPC_MSG_REPLY (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c394 req->rq_type = PTL_RPC_MSG_REPLY; in ptlrpc_send_reply()
Dclient.c1256 if (lustre_msg_get_type(req->rq_repmsg) != PTL_RPC_MSG_REPLY && in after_reply()
Dwiretest.c62 LASSERTF(PTL_RPC_MSG_REPLY == 4713, "found %lld\n", in lustre_assert_wire_constants()
63 (long long)PTL_RPC_MSG_REPLY); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h154 #define PTL_RPC_MSG_REPLY 4713 macro