Searched refs:LUSTRE_VERSION_MASK (Results 1 – 3 of 3) sorted by relevance
99 return (ver & LUSTRE_VERSION_MASK) != version; in lustre_msg_check_version_v2()631 if ((pb->pb_version & ~LUSTRE_VERSION_MASK) != PTLRPC_MSG_VERSION) { in lustre_unpack_ptlrpc_body_v2()
823 LASSERTF(LUSTRE_VERSION_MASK == 0xffff0000, "found 0x%.8x\n", in lustre_assert_wire_constants()824 LUSTRE_VERSION_MASK); in lustre_assert_wire_constants()
160 #define LUSTRE_VERSION_MASK 0xffff0000 macro