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