Searched refs:mti_uuid (Results 1 – 2 of 2) sorted by relevance
3837 LASSERTF((int)offsetof(struct mgs_target_info, mti_uuid) == 152, "found %lld\n", in lustre_assert_wire_constants()3838 (long long)(int)offsetof(struct mgs_target_info, mti_uuid)); in lustre_assert_wire_constants()3839 LASSERTF((int)sizeof(((struct mgs_target_info *)0)->mti_uuid) == 40, "found %lld\n", in lustre_assert_wire_constants()3840 (long long)(int)sizeof(((struct mgs_target_info *)0)->mti_uuid)); in lustre_assert_wire_constants()
2879 char mti_uuid[sizeof(struct obd_uuid)]; member