Searched refs:dqb_bsoftlimit (Results 1 – 3 of 3) sorted by relevance
584 __u64 dqb_bsoftlimit; member
1598 LASSERTF((int)offsetof(struct obd_dqblk, dqb_bsoftlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()1599 (long long)(int)offsetof(struct obd_dqblk, dqb_bsoftlimit)); in lustre_assert_wire_constants()1600 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_bsoftlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()1601 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_bsoftlimit)); in lustre_assert_wire_constants()
1785 __swab64s(&b->dqb_bsoftlimit); in lustre_swab_obd_dqblk()