Searched refs:freesp (Results 1 – 4 of 4) sorted by relevance
186 int64_t freesp; in xfs_dquot_lowsp() local188 freesp = dqp->q_blk.hardlimit - dqp->q_blk.reserved; in xfs_dquot_lowsp()189 if (freesp < dqp->q_blk_prealloc.q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()192 freesp = dqp->q_rtb.hardlimit - dqp->q_rtb.reserved; in xfs_dquot_lowsp()193 if (freesp < dqp->q_rtb_prealloc.q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
405 int64_t freesp; in xfs_quota_calc_throttle() local426 freesp = pre->q_prealloc_hi_wmark - res->reserved; in xfs_quota_calc_throttle()427 if (freesp < pre->q_low_space[XFS_QLOWSP_5_PCNT]) { in xfs_quota_calc_throttle()429 if (freesp < pre->q_low_space[XFS_QLOWSP_3_PCNT]) in xfs_quota_calc_throttle()431 if (freesp < pre->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_quota_calc_throttle()435 if (freesp < *qfreesp) in xfs_quota_calc_throttle()436 *qfreesp = freesp; in xfs_quota_calc_throttle()439 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()440 *qblocks = freesp; in xfs_quota_calc_throttle()452 int64_t freesp; in xfs_iomap_freesp() local[all …]
2103 int64_t freesp; in xfs_inode_near_dquot_enforcement() local2133 freesp = pre->q_prealloc_hi_wmark - res->reserved; in xfs_inode_near_dquot_enforcement()2134 if (freesp < pre->q_low_space[XFS_QLOWSP_5_PCNT]) in xfs_inode_near_dquot_enforcement()
456 struct xagb_bitmap *freesp; member479 error = xagb_bitmap_set(ra->freesp, rec->rm_startblock, in xrep_agfl_walk_rmap()543 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()