Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h596 __u32 dqb_padding; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1632 LASSERTF((int)offsetof(struct obd_dqblk, dqb_padding) == 68, "found %lld\n", in lustre_assert_wire_constants()
1633 (long long)(int)offsetof(struct obd_dqblk, dqb_padding)); in lustre_assert_wire_constants()
1634 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()
1635 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_padding)); in lustre_assert_wire_constants()
Dpack_generic.c1944 CLASSERT(offsetof(typeof(*b), dqb_padding) != 0); in lustre_swab_obd_dqblk()