Searched refs:qc_dqinfo (Results 1 – 4 of 4) sorted by relevance
613 struct obd_dqinfo qc_dqinfo; member
1862 struct obd_dqinfo qc_dqinfo; member1882 Q_COPY(out, in, qc_dqinfo); \
1564 LASSERTF((int)offsetof(struct obd_quotactl, qc_dqinfo) == 16, "found %lld\n", in lustre_assert_wire_constants()1565 (long long)(int)offsetof(struct obd_quotactl, qc_dqinfo)); in lustre_assert_wire_constants()1566 LASSERTF((int)sizeof(((struct obd_quotactl *)0)->qc_dqinfo) == 24, "found %lld\n", in lustre_assert_wire_constants()1567 (long long)(int)sizeof(((struct obd_quotactl *)0)->qc_dqinfo)); in lustre_assert_wire_constants()
1953 lustre_swab_obd_dqinfo(&q->qc_dqinfo); in lustre_swab_obd_quotactl()