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