Searched refs:dqb_padding (Results 1 – 3 of 3) sorted by relevance
592 __u32 dqb_padding; member
1630 LASSERTF((int)offsetof(struct obd_dqblk, dqb_padding) == 68, "found %lld\n", in lustre_assert_wire_constants()1631 (long long)(int)offsetof(struct obd_dqblk, dqb_padding)); in lustre_assert_wire_constants()1632 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()1633 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_padding)); in lustre_assert_wire_constants()
1790 CLASSERT(offsetof(typeof(*b), dqb_padding) != 0); in lustre_swab_obd_dqblk()