Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c398 req->rq_type = PTL_RPC_MSG_REPLY; in ptlrpc_send_reply()
Dclient.c1297 if (lustre_msg_get_type(req->rq_repmsg) != PTL_RPC_MSG_REPLY && in after_reply()
Dwiretest.c60 LASSERTF(PTL_RPC_MSG_REPLY == 4713, "found %lld\n", in lustre_assert_wire_constants()
61 (long long)PTL_RPC_MSG_REPLY); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h153 #define PTL_RPC_MSG_REPLY 4713 macro