Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dquot.c204 (be64_to_cpu(d->d_rtbcount) > in xfs_qm_adjust_dqtimers()
207 (be64_to_cpu(d->d_rtbcount) > in xfs_qm_adjust_dqtimers()
216 (be64_to_cpu(d->d_rtbcount) <= in xfs_qm_adjust_dqtimers()
219 (be64_to_cpu(d->d_rtbcount) <= in xfs_qm_adjust_dqtimers()
650 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()
498 be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_apply_dquot_deltas()
727 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.c878 ddq->d_rtbcount = 0; in xfs_qm_reset_dqcounts()
1101 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
/fs/xfs/libxfs/
Dxfs_dquot_buf.c130 be64_to_cpu(ddq->d_rtbcount) > in xfs_dqcheck()
Dxfs_format.h1161 __be64 d_rtbcount; /* realtime blocks owned */ member
/fs/quota/
Dquota.c516 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
633 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()