Searched refs:xcdq (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dquotacheck_repair.c49 struct xqcheck_dquot xcdq; local
70 error = xfarray_load_sparse(counts, dq->q_id, &xcdq);
75 delta = (int64_t)xcdq.icount - dq->q_ino.count;
82 delta = (int64_t)xcdq.bcount - dq->q_blk.count;
89 delta = (int64_t)xcdq.rtbcount - dq->q_rtb.count;
96 xcdq.flags |= (XQCHECK_DQUOT_REPAIR_SCANNED | XQCHECK_DQUOT_WRITTEN);
97 error = xfarray_store(counts, dq->q_id, &xcdq);
145 struct xqcheck_dquot xcdq; local
171 while ((error = xfarray_iter(counts, &cur, &xcdq)) == 1) {
174 if (xcdq
[all...]
H A Dquotacheck.c136 struct xqcheck_dquot xcdq; local
139 error = xfarray_load_sparse(counts, id, &xcdq);
143 xcdq.flags |= XQCHECK_DQUOT_WRITTEN;
144 xcdq.icount += inodes;
145 xcdq.bcount += nblks;
146 xcdq.rtbcount += rtblks;
148 error = xfarray_store(counts, id, &xcdq);
556 struct xqcheck_dquot xcdq; local
566 error = xfarray_load_sparse(counts, dq->q_id, &xcdq);
570 if (xcdq
614 struct xqcheck_dquot xcdq; local
[all...]

Completed in 204 milliseconds