Searched refs:PTLRPC_MSG_VERSION (Results 1 – 3 of 3) sorted by relevance
229 lustre_msg_add_version(req->rq_reqmsg, PTLRPC_MSG_VERSION); in lustre_pack_request_v2()354 lustre_msg_add_version(rs->rs_msg, PTLRPC_MSG_VERSION); in lustre_pack_reply_v2()631 if ((pb->pb_version & ~LUSTRE_VERSION_MASK) != PTLRPC_MSG_VERSION) { in lustre_unpack_ptlrpc_body_v2()
821 LASSERTF(PTLRPC_MSG_VERSION == 0x00000003, "found 0x%.8x\n", in lustre_assert_wire_constants()822 PTLRPC_MSG_VERSION); in lustre_assert_wire_constants()
164 #define PTLRPC_MSG_VERSION 0x00000003 macro