Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/ !
Dxfs_trans_dquot.c380 ASSERT(be64_to_cpu(d->d_rtbcount) >= in xfs_trans_apply_dquot_deltas()
394 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); in xfs_trans_apply_dquot_deltas()
486 be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_apply_dquot_deltas()
715 ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_dqresv()
Dxfs_dquot.c185 (be64_to_cpu(d->d_rtbcount) > in xfs_qm_adjust_dqtimers()
188 (be64_to_cpu(d->d_rtbcount) > in xfs_qm_adjust_dqtimers()
197 (be64_to_cpu(d->d_rtbcount) <= in xfs_qm_adjust_dqtimers()
200 (be64_to_cpu(d->d_rtbcount) <= in xfs_qm_adjust_dqtimers()
512 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.c872 ddq->d_rtbcount = 0; in xfs_qm_reset_dqcounts()
1095 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
/linux-4.19.296/include/uapi/linux/ !
Ddqblk_xfs.h72 __u64 d_rtbcount; /* # realtime blocks owned */ member
/linux-4.19.296/fs/xfs/libxfs/ !
Dxfs_dquot_buf.c89 be64_to_cpu(ddq->d_rtbcount) > be64_to_cpu(ddq->d_rtb_softlimit) && in xfs_dquot_verify()
Dxfs_format.h1162 __be64 d_rtbcount; /* realtime blocks owned */ member
/linux-4.19.296/fs/xfs/scrub/ !
Dquota.c160 rcount = be64_to_cpu(d->d_rtbcount); in xchk_quota_item()
/linux-4.19.296/fs/quota/ !
Dquota.c514 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
631 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()