Home
last modified time | relevance | path

Searched refs:mti_uuid (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3835 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2855 char mti_uuid[sizeof(struct obd_uuid)]; member