Home
last modified time | relevance | path

Searched refs:d_rtbcount (Results 1 – 7 of 7) sorted by relevance

/fs/xfs/
Dxfs_dquot.c202 (be64_to_cpu(d->d_rtbcount) > in xfs_qm_adjust_dqtimers()
205 (be64_to_cpu(d->d_rtbcount) > in xfs_qm_adjust_dqtimers()
214 (be64_to_cpu(d->d_rtbcount) <= in xfs_qm_adjust_dqtimers()
217 (be64_to_cpu(d->d_rtbcount) <= in xfs_qm_adjust_dqtimers()
651 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount); in xfs_qm_dqread()
Dxfs_trans_dquot.c392 ASSERT(be64_to_cpu(d->d_rtbcount) >= in xfs_trans_apply_dquot_deltas()
406 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); in xfs_trans_apply_dquot_deltas()
494 be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_apply_dquot_deltas()
716 ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_dqresv()
Dxfs_qm.h42 !dqp->q_core.d_rtbcount && \
Dxfs_qm.c854 ddq->d_rtbcount = 0; in xfs_qm_reset_dqcounts()
1077 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
/fs/xfs/libxfs/
Dxfs_dquot_buf.c137 be64_to_cpu(ddq->d_rtbcount) > in xfs_dqcheck()
Dxfs_format.h104 __be64 d_rtbcount; /* realtime blocks owned */ member
/fs/quota/
Dquota.c288 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
366 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()