d_rtb_softlimit   499 fs/quota/quota.c 	dst->d_rt_spc_softlimit = quota_bbtob(src->d_rtb_softlimit);
d_rtb_softlimit   616 fs/quota/quota.c 	dst->d_rtb_softlimit = quota_btobb(src->d_rt_spc_softlimit);
d_rtb_softlimit    86 fs/xfs/libxfs/xfs_dquot_buf.c 	if (ddq->d_rtb_softlimit &&
d_rtb_softlimit    87 fs/xfs/libxfs/xfs_dquot_buf.c 	    be64_to_cpu(ddq->d_rtbcount) > be64_to_cpu(ddq->d_rtb_softlimit) &&
d_rtb_softlimit  1169 fs/xfs/libxfs/xfs_format.h 	__be64		d_rtb_softlimit;/* preferred limit on RT disk blks */
d_rtb_softlimit   121 fs/xfs/scrub/quota.c 	rsoft = be64_to_cpu(d->d_rtb_softlimit);
d_rtb_softlimit    92 fs/xfs/xfs_dquot.c 	if (defq->rtbsoftlimit && !d->d_rtb_softlimit)
d_rtb_softlimit    93 fs/xfs/xfs_dquot.c 		d->d_rtb_softlimit = cpu_to_be64(defq->rtbsoftlimit);
d_rtb_softlimit   129 fs/xfs/xfs_dquot.c 		ASSERT(be64_to_cpu(d->d_rtb_softlimit) <=
d_rtb_softlimit   180 fs/xfs/xfs_dquot.c 		if ((d->d_rtb_softlimit &&
d_rtb_softlimit   182 fs/xfs/xfs_dquot.c 		      be64_to_cpu(d->d_rtb_softlimit))) ||
d_rtb_softlimit   192 fs/xfs/xfs_dquot.c 		if ((!d->d_rtb_softlimit ||
d_rtb_softlimit   194 fs/xfs/xfs_dquot.c 		      be64_to_cpu(d->d_rtb_softlimit))) &&
d_rtb_softlimit   567 fs/xfs/xfs_qm.c 	defq->rtbsoftlimit = be64_to_cpu(ddqp->d_rtb_softlimit);
d_rtb_softlimit    26 fs/xfs/xfs_qm.h 	!dqp->q_core.d_rtb_softlimit && \
d_rtb_softlimit   454 fs/xfs/xfs_qm_syscalls.c 			be64_to_cpu(ddq->d_rtb_softlimit);
d_rtb_softlimit   457 fs/xfs/xfs_qm_syscalls.c 		ddq->d_rtb_softlimit = cpu_to_be64(soft);
d_rtb_softlimit   633 fs/xfs/xfs_qm_syscalls.c 		XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_rtb_softlimit));
d_rtb_softlimit   612 fs/xfs/xfs_trans_dquot.c 		softlimit = be64_to_cpu(dqp->q_core.d_rtb_softlimit);
d_rtb_softlimit    71 include/uapi/linux/dqblk_xfs.h 	__u64		d_rtb_softlimit;/* preferred limit on RT disk blks */