d_rtbcount        500 fs/quota/quota.c 	dst->d_rt_space = quota_bbtob(src->d_rtbcount);
d_rtbcount        617 fs/quota/quota.c 	dst->d_rtbcount = quota_btobb(src->d_rt_space);
d_rtbcount         87 fs/xfs/libxfs/xfs_dquot_buf.c 	    be64_to_cpu(ddq->d_rtbcount) > be64_to_cpu(ddq->d_rtb_softlimit) &&
d_rtbcount       1170 fs/xfs/libxfs/xfs_format.h 	__be64		d_rtbcount;	/* realtime blocks owned */
d_rtbcount        149 fs/xfs/scrub/quota.c 	rcount = be64_to_cpu(d->d_rtbcount);
d_rtbcount        181 fs/xfs/xfs_dquot.c 		     (be64_to_cpu(d->d_rtbcount) >
d_rtbcount        184 fs/xfs/xfs_dquot.c 		     (be64_to_cpu(d->d_rtbcount) >
d_rtbcount        193 fs/xfs/xfs_dquot.c 		     (be64_to_cpu(d->d_rtbcount) <=
d_rtbcount        196 fs/xfs/xfs_dquot.c 		     (be64_to_cpu(d->d_rtbcount) <=
d_rtbcount        508 fs/xfs/xfs_dquot.c 	dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount);
d_rtbcount        868 fs/xfs/xfs_qm.c 		ddq->d_rtbcount = 0;
d_rtbcount       1091 fs/xfs/xfs_qm.c 		be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks);
d_rtbcount         30 fs/xfs/xfs_qm.h 	!dqp->q_core.d_rtbcount && \
d_rtbcount        369 fs/xfs/xfs_trans_dquot.c 				ASSERT(be64_to_cpu(d->d_rtbcount) >=
d_rtbcount        383 fs/xfs/xfs_trans_dquot.c 				be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta);
d_rtbcount        475 fs/xfs/xfs_trans_dquot.c 				be64_to_cpu(dqp->q_core.d_rtbcount));
d_rtbcount        704 fs/xfs/xfs_trans_dquot.c 	ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount));
d_rtbcount         72 include/uapi/linux/dqblk_xfs.h 	__u64		d_rtbcount;	/* # realtime blocks owned */