Searched refs:paddingE (Results 1 – 3 of 3) sorted by relevance
995 LASSERTF((int)offsetof(struct obd_connect_data, paddingE) == 176, "found %lld\n", in lustre_assert_wire_constants()996 (long long)(int)offsetof(struct obd_connect_data, paddingE)); in lustre_assert_wire_constants()997 LASSERTF((int)sizeof(((struct obd_connect_data *)0)->paddingE) == 8, "found %lld\n", in lustre_assert_wire_constants()998 (long long)(int)sizeof(((struct obd_connect_data *)0)->paddingE)); in lustre_assert_wire_constants()
1533 CLASSERT(offsetof(typeof(*ocd), paddingE) != 0); in lustre_swab_connect()
1391 __u64 paddingE; /* added 2.1.0. also fix lustre_swab_connect */ member