Searched refs:LUSTRE_VERSION_MASK (Results 1 – 3 of 3) sorted by relevance
617 if ((pb->pb_version & ~LUSTRE_VERSION_MASK) != PTLRPC_MSG_VERSION) { in lustre_unpack_ptlrpc_body_v2()
821 LASSERTF(LUSTRE_VERSION_MASK == 0xffff0000, "found 0x%.8x\n", in lustre_assert_wire_constants()822 LUSTRE_VERSION_MASK); in lustre_assert_wire_constants()
163 #define LUSTRE_VERSION_MASK 0xffff0000 macro