Home | History | Annotate | Download | only in debugfs

Lines Matching defs:dq

92 static int list_quota_callback(struct dquot *dq,
96 dq->dq_id, (long long)dq->dq_dqb.dqb_curspace,
97 (long long)dq->dq_dqb.dqb_bsoftlimit,
98 (long long)dq->dq_dqb.dqb_bhardlimit,
99 (long long)dq->dq_dqb.dqb_curinodes,
100 (long long)dq->dq_dqb.dqb_isoftlimit,
101 (long long)dq->dq_dqb.dqb_ihardlimit);
138 struct dquot *dq;
163 dq = qh->qh_ops->read_dquot(qh, id);
164 if (dq) {
165 list_quota_callback(dq, NULL);
166 ext2fs_free_mem(&dq);