Home
last modified time | relevance | path

Searched refs:freesp (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_dquot.h186 int64_t freesp; in xfs_dquot_lowsp() local
188 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()
H A Dxfs_iomap.c405 int64_t freesp; in xfs_quota_calc_throttle() local
426 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 …]
H A Dxfs_qm.c2103 int64_t freesp; in xfs_inode_near_dquot_enforcement() local
2133 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()
/linux/fs/xfs/scrub/
H A Dagheader_repair.c456 struct xagb_bitmap *freesp; member
479 error = xagb_bitmap_set(ra->freesp, rec->rm_startblock, in xrep_agfl_walk_rmap()
543 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()