Searched refs:dqb_btime (Results 1 – 3 of 3) sorted by relevance
589 __u64 dqb_btime; member
1618 LASSERTF((int)offsetof(struct obd_dqblk, dqb_btime) == 48, "found %lld\n", in lustre_assert_wire_constants()1619 (long long)(int)offsetof(struct obd_dqblk, dqb_btime)); in lustre_assert_wire_constants()1620 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_btime) == 8, "found %lld\n", in lustre_assert_wire_constants()1621 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_btime)); in lustre_assert_wire_constants()
1787 __swab64s(&b->dqb_btime); in lustre_swab_obd_dqblk()