Searched refs:freesp (Results 1 – 3 of 3) sorted by relevance
320 int64_t freesp; in xfs_quota_calc_throttle() local331 freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount; in xfs_quota_calc_throttle()332 if (freesp < dq->q_low_space[XFS_QLOWSP_5_PCNT]) { in xfs_quota_calc_throttle()334 if (freesp < dq->q_low_space[XFS_QLOWSP_3_PCNT]) in xfs_quota_calc_throttle()336 if (freesp < dq->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_quota_calc_throttle()340 if (freesp < *qfreesp) in xfs_quota_calc_throttle()341 *qfreesp = freesp; in xfs_quota_calc_throttle()344 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()345 *qblocks = freesp; in xfs_quota_calc_throttle()380 int64_t freesp; in xfs_iomap_prealloc_size() local[all …]
136 int64_t freesp; in xfs_dquot_lowsp() local138 freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount; in xfs_dquot_lowsp()139 if (freesp < dqp->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
444 struct xfs_bitmap *freesp; member467 error = xfs_bitmap_set(ra->freesp, fsb, rec->rm_blockcount); in xrep_agfl_walk_rmap()499 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()