Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c804 case LUSTRE_MSG_MAGIC_V1_SWABBED: in lustre_msghdr_get_flags()
1219 case LUSTRE_MSG_MAGIC_V1_SWABBED: in lustre_msg_is_v1()
1243 case LUSTRE_MSG_MAGIC_V1_SWABBED: in lustre_msg_get_timeout()
1264 case LUSTRE_MSG_MAGIC_V1_SWABBED: in lustre_msg_get_service_time()
1285 case LUSTRE_MSG_MAGIC_V1_SWABBED: in lustre_msg_get_jobid()
Dwiretest.c643 LASSERTF(LUSTRE_MSG_MAGIC_V1_SWABBED == 0xD00BD00B, "found 0x%.8x\n", in lustre_assert_wire_constants()
644 LUSTRE_MSG_MAGIC_V1_SWABBED); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h159 #define LUSTRE_MSG_MAGIC_V1_SWABBED 0xD00BD00B macro