Home
last modified time | relevance | path

Searched refs:dqb_padding (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h592 __u32 dqb_padding; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1630 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()
Dpack_generic.c1790 CLASSERT(offsetof(typeof(*b), dqb_padding) != 0); in lustre_swab_obd_dqblk()