Searched refs:dqb_bhardlimit (Results 1 – 4 of 4) sorted by relevance
583 __u64 dqb_bhardlimit; member
2224 bhardlimit += oqctl->qc_dqblk.dqb_bhardlimit; in lov_quotactl()2231 oqctl->qc_dqblk.dqb_bhardlimit = bhardlimit; in lov_quotactl()
1594 LASSERTF((int)offsetof(struct obd_dqblk, dqb_bhardlimit) == 0, "found %lld\n", in lustre_assert_wire_constants()1595 (long long)(int)offsetof(struct obd_dqblk, dqb_bhardlimit)); in lustre_assert_wire_constants()1596 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_bhardlimit) == 8, "found %lld\n", in lustre_assert_wire_constants()1597 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_bhardlimit)); in lustre_assert_wire_constants()
1784 __swab64s(&b->dqb_bhardlimit); in lustre_swab_obd_dqblk()