Searched refs:freesp (Results 1 – 2 of 2) sorted by relevance
397 int64_t freesp; in xfs_quota_calc_throttle() local408 freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount; in xfs_quota_calc_throttle()409 if (freesp < dq->q_low_space[XFS_QLOWSP_5_PCNT]) { in xfs_quota_calc_throttle()411 if (freesp < dq->q_low_space[XFS_QLOWSP_3_PCNT]) in xfs_quota_calc_throttle()413 if (freesp < dq->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_quota_calc_throttle()417 if (freesp < *qfreesp) in xfs_quota_calc_throttle()418 *qfreesp = freesp; in xfs_quota_calc_throttle()421 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()422 *qblocks = freesp; in xfs_quota_calc_throttle()443 int64_t freesp; in xfs_iomap_prealloc_size() local[all …]
148 int64_t freesp; in xfs_dquot_lowsp() local150 freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount; in xfs_dquot_lowsp()151 if (freesp < dqp->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()