Lines Matching refs:delta
51 int64_t delta; in xqcheck_commit_dquot() local
75 delta = (int64_t)xcdq.icount - dq->q_ino.count; in xqcheck_commit_dquot()
76 if (delta) { in xqcheck_commit_dquot()
77 dq->q_ino.reserved += delta; in xqcheck_commit_dquot()
78 dq->q_ino.count += delta; in xqcheck_commit_dquot()
82 delta = (int64_t)xcdq.bcount - dq->q_blk.count; in xqcheck_commit_dquot()
83 if (delta) { in xqcheck_commit_dquot()
84 dq->q_blk.reserved += delta; in xqcheck_commit_dquot()
85 dq->q_blk.count += delta; in xqcheck_commit_dquot()
89 delta = (int64_t)xcdq.rtbcount - dq->q_rtb.count; in xqcheck_commit_dquot()
90 if (delta) { in xqcheck_commit_dquot()
91 dq->q_rtb.reserved += delta; in xqcheck_commit_dquot()
92 dq->q_rtb.count += delta; in xqcheck_commit_dquot()