d_blk_softlimit   489 fs/quota/quota.c 	dst->d_spc_softlimit = quota_bbtob(src->d_blk_softlimit);
d_blk_softlimit   606 fs/quota/quota.c 	dst->d_blk_softlimit = quota_btobb(src->d_spc_softlimit);
d_blk_softlimit    76 fs/xfs/libxfs/xfs_dquot_buf.c 	if (ddq->d_blk_softlimit &&
d_blk_softlimit    77 fs/xfs/libxfs/xfs_dquot_buf.c 	    be64_to_cpu(ddq->d_bcount) > be64_to_cpu(ddq->d_blk_softlimit) &&
d_blk_softlimit  1157 fs/xfs/libxfs/xfs_format.h 	__be64		d_blk_softlimit;/* preferred limit on disk blks */
d_blk_softlimit   119 fs/xfs/scrub/quota.c 	bsoft = be64_to_cpu(d->d_blk_softlimit);
d_blk_softlimit    80 fs/xfs/xfs_dquot.c 	if (defq->bsoftlimit && !d->d_blk_softlimit) {
d_blk_softlimit    81 fs/xfs/xfs_dquot.c 		d->d_blk_softlimit = cpu_to_be64(defq->bsoftlimit);
d_blk_softlimit   123 fs/xfs/xfs_dquot.c 		ASSERT(be64_to_cpu(d->d_blk_softlimit) <=
d_blk_softlimit   134 fs/xfs/xfs_dquot.c 		if ((d->d_blk_softlimit &&
d_blk_softlimit   136 fs/xfs/xfs_dquot.c 		      be64_to_cpu(d->d_blk_softlimit))) ||
d_blk_softlimit   146 fs/xfs/xfs_dquot.c 		if ((!d->d_blk_softlimit ||
d_blk_softlimit   148 fs/xfs/xfs_dquot.c 		      be64_to_cpu(d->d_blk_softlimit))) &&
d_blk_softlimit   259 fs/xfs/xfs_dquot.c 	dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit);
d_blk_softlimit   563 fs/xfs/xfs_qm.c 	defq->bsoftlimit = be64_to_cpu(ddqp->d_blk_softlimit);
d_blk_softlimit    24 fs/xfs/xfs_qm.h 	!dqp->q_core.d_blk_softlimit && \
d_blk_softlimit    26 fs/xfs/xfs_qm_bhv.c 	limit = dqp->q_core.d_blk_softlimit ?
d_blk_softlimit    27 fs/xfs/xfs_qm_bhv.c 		be64_to_cpu(dqp->q_core.d_blk_softlimit) :
d_blk_softlimit   437 fs/xfs/xfs_qm_syscalls.c 			be64_to_cpu(ddq->d_blk_softlimit);
d_blk_softlimit   440 fs/xfs/xfs_qm_syscalls.c 		ddq->d_blk_softlimit = cpu_to_be64(soft);
d_blk_softlimit   621 fs/xfs/xfs_qm_syscalls.c 		XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit));
d_blk_softlimit   882 fs/xfs/xfs_trace.h 			be64_to_cpu(dqp->q_core.d_blk_softlimit);
d_blk_softlimit   600 fs/xfs/xfs_trans_dquot.c 		softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit);
d_blk_softlimit    59 include/uapi/linux/dqblk_xfs.h 	__u64		d_blk_softlimit;/* preferred limit on disk blks */