Searched refs:dqb_itime (Results 1 – 3 of 3) sorted by relevance
594 __u64 dqb_itime; member
1624 LASSERTF((int)offsetof(struct obd_dqblk, dqb_itime) == 56, "found %lld\n", in lustre_assert_wire_constants()1625 (long long)(int)offsetof(struct obd_dqblk, dqb_itime)); in lustre_assert_wire_constants()1626 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_itime) == 8, "found %lld\n", in lustre_assert_wire_constants()1627 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_itime)); in lustre_assert_wire_constants()
1970 __swab64s(&b->dqb_itime); in lustre_swab_obd_dqblk()