Searched refs:d_rtb_softlimit (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddqblk_xfs.h75 __u64 d_rtb_softlimit;/* preferred limit on RT disk blks */ member in struct:fs_disk_quota
/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c95 if (ddq->d_rtb_softlimit &&
96 be64_to_cpu(ddq->d_rtbcount) > be64_to_cpu(ddq->d_rtb_softlimit) &&
H A Dxfs_format.h1286 __be64 d_rtb_softlimit;/* preferred limit on RT disk blks */ member in struct:xfs_disk_dquot
/linux-master/fs/xfs/
H A Dxfs_dquot.c614 dqp->q_rtb.softlimit = be64_to_cpu(ddqp->d_rtb_softlimit);
655 ddqp->d_rtb_softlimit = cpu_to_be64(dqp->q_rtb.softlimit);
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c367 xrep_quota_fix_timer(sc->mp, ddq, ddq->d_rtb_softlimit,
/linux-master/fs/quota/
H A Dquota.c562 dst->d_rt_spc_softlimit = quota_bbtob(src->d_rtb_softlimit);
698 dst->d_rtb_softlimit = quota_btobb(src->d_rt_spc_softlimit);

Completed in 437 milliseconds