Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_iomap.c325 int64_t freesp; in xfs_quota_calc_throttle() local
335 freesp = dq->q_prealloc_hi_wmark - dq->q_blk.reserved; in xfs_quota_calc_throttle()
336 if (freesp < dq->q_low_space[XFS_QLOWSP_5_PCNT]) { in xfs_quota_calc_throttle()
338 if (freesp < dq->q_low_space[XFS_QLOWSP_3_PCNT]) in xfs_quota_calc_throttle()
340 if (freesp < dq->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_quota_calc_throttle()
344 if (freesp < *qfreesp) in xfs_quota_calc_throttle()
345 *qfreesp = freesp; in xfs_quota_calc_throttle()
348 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
349 *qblocks = freesp; in xfs_quota_calc_throttle()
373 int64_t freesp; in xfs_iomap_prealloc_size() local
[all …]
Dxfs_dquot.h190 int64_t freesp; in xfs_dquot_lowsp() local
192 freesp = dqp->q_blk.hardlimit - dqp->q_blk.reserved; in xfs_dquot_lowsp()
193 if (freesp < dqp->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dagheader_repair.c435 struct xbitmap *freesp; member
458 error = xbitmap_set(ra->freesp, fsb, rec->rm_blockcount); in xrep_agfl_walk_rmap()
488 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()