Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_dquot.c369 ASSERT(be64_to_cpu(d->d_rtbcount) >= in xfs_trans_apply_dquot_deltas()
383 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); in xfs_trans_apply_dquot_deltas()
475 be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_apply_dquot_deltas()
704 ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_dqresv()
Dxfs_dquot.c181 (be64_to_cpu(d->d_rtbcount) > in xfs_qm_adjust_dqtimers()
184 (be64_to_cpu(d->d_rtbcount) > in xfs_qm_adjust_dqtimers()
193 (be64_to_cpu(d->d_rtbcount) <= in xfs_qm_adjust_dqtimers()
196 (be64_to_cpu(d->d_rtbcount) <= in xfs_qm_adjust_dqtimers()
508 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount); in xfs_dquot_from_disk()
Dxfs_qm.h30 !dqp->q_core.d_rtbcount && \
Dxfs_qm.c868 ddq->d_rtbcount = 0; in xfs_qm_reset_dqcounts()
1091 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
/fs/xfs/libxfs/
Dxfs_dquot_buf.c87 be64_to_cpu(ddq->d_rtbcount) > be64_to_cpu(ddq->d_rtb_softlimit) && in xfs_dquot_verify()
Dxfs_format.h1170 __be64 d_rtbcount; /* realtime blocks owned */ member
/fs/xfs/scrub/
Dquota.c149 rcount = be64_to_cpu(d->d_rtbcount); in xchk_quota_item()
/fs/quota/
Dquota.c500 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
617 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()