Home
last modified time | relevance | path

Searched refs:LUSTRE_VERSION_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c617 if ((pb->pb_version & ~LUSTRE_VERSION_MASK) != PTLRPC_MSG_VERSION) { in lustre_unpack_ptlrpc_body_v2()
Dwiretest.c821 LASSERTF(LUSTRE_VERSION_MASK == 0xffff0000, "found 0x%.8x\n", in lustre_assert_wire_constants()
822 LUSTRE_VERSION_MASK); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h163 #define LUSTRE_VERSION_MASK 0xffff0000 macro