Lines Matching refs:q_rtb
92 if (!dq->q_rtb.softlimit) in xfs_qm_adjust_dqlimits()
93 dq->q_rtb.softlimit = defq->rtb.soft; in xfs_qm_adjust_dqlimits()
94 if (!dq->q_rtb.hardlimit) in xfs_qm_adjust_dqlimits()
95 dq->q_rtb.hardlimit = defq->rtb.hard; in xfs_qm_adjust_dqlimits()
172 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_rtb, &defq->rtb); in xfs_qm_adjust_dqtimers()
565 dqp->q_rtb.hardlimit = be64_to_cpu(ddqp->d_rtb_hardlimit); in xfs_dquot_from_disk()
566 dqp->q_rtb.softlimit = be64_to_cpu(ddqp->d_rtb_softlimit); in xfs_dquot_from_disk()
570 dqp->q_rtb.count = be64_to_cpu(ddqp->d_rtbcount); in xfs_dquot_from_disk()
574 dqp->q_rtb.warnings = be16_to_cpu(ddqp->d_rtbwarns); in xfs_dquot_from_disk()
578 dqp->q_rtb.timer = xfs_dquot_from_disk_ts(ddqp, ddqp->d_rtbtimer); in xfs_dquot_from_disk()
586 dqp->q_rtb.reserved = dqp->q_rtb.count; in xfs_dquot_from_disk()
610 ddqp->d_rtb_hardlimit = cpu_to_be64(dqp->q_rtb.hardlimit); in xfs_dquot_to_disk()
611 ddqp->d_rtb_softlimit = cpu_to_be64(dqp->q_rtb.softlimit); in xfs_dquot_to_disk()
615 ddqp->d_rtbcount = cpu_to_be64(dqp->q_rtb.count); in xfs_dquot_to_disk()
619 ddqp->d_rtbwarns = cpu_to_be16(dqp->q_rtb.warnings); in xfs_dquot_to_disk()
623 ddqp->d_rtbtimer = xfs_dquot_to_disk_ts(dqp, dqp->q_rtb.timer); in xfs_dquot_to_disk()
1215 if (dqp->q_rtb.softlimit && dqp->q_rtb.count > dqp->q_rtb.softlimit && in xfs_qm_dqflush_check()
1216 !dqp->q_rtb.timer) in xfs_qm_dqflush_check()