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