Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c105 case LUSTRE_MSG_MAGIC_V1: in lustre_msg_check_version()
803 case LUSTRE_MSG_MAGIC_V1: in lustre_msghdr_get_flags()
819 case LUSTRE_MSG_MAGIC_V1: in lustre_msghdr_set_flags()
1067 case LUSTRE_MSG_MAGIC_V1: in lustre_msg_get_versions()
1218 case LUSTRE_MSG_MAGIC_V1: in lustre_msg_is_v1()
1242 case LUSTRE_MSG_MAGIC_V1: in lustre_msg_get_timeout()
1263 case LUSTRE_MSG_MAGIC_V1: in lustre_msg_get_service_time()
1284 case LUSTRE_MSG_MAGIC_V1: in lustre_msg_get_jobid()
1410 case LUSTRE_MSG_MAGIC_V1: in lustre_msg_set_versions()
1475 case LUSTRE_MSG_MAGIC_V1: in lustre_msg_set_timeout()
[all …]
Dwiretest.c639 LASSERTF(LUSTRE_MSG_MAGIC_V1 == 0x0BD00BD0, "found 0x%.8x\n", in lustre_assert_wire_constants()
640 LUSTRE_MSG_MAGIC_V1); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h156 #define LUSTRE_MSG_MAGIC_V1 0x0BD00BD0 macro