Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_iomap.c372 int64_t freesp; in xfs_quota_calc_throttle() local
382 freesp = dq->q_prealloc_hi_wmark - dq->q_blk.reserved; in xfs_quota_calc_throttle()
383 if (freesp < dq->q_low_space[XFS_QLOWSP_5_PCNT]) { in xfs_quota_calc_throttle()
385 if (freesp < dq->q_low_space[XFS_QLOWSP_3_PCNT]) in xfs_quota_calc_throttle()
387 if (freesp < dq->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_quota_calc_throttle()
391 if (freesp < *qfreesp) in xfs_quota_calc_throttle()
392 *qfreesp = freesp; in xfs_quota_calc_throttle()
395 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
396 *qblocks = freesp; in xfs_quota_calc_throttle()
420 int64_t freesp; in xfs_iomap_prealloc_size() local
[all …]
Dxfs_dquot.h192 int64_t freesp; in xfs_dquot_lowsp() local
194 freesp = dqp->q_blk.hardlimit - dqp->q_blk.reserved; in xfs_dquot_lowsp()
195 if (freesp < dqp->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
Dxfs_qm.c1931 int64_t freesp; in xfs_inode_near_dquot_enforcement() local
1952 freesp = dqp->q_prealloc_hi_wmark - dqp->q_blk.reserved; in xfs_inode_near_dquot_enforcement()
1953 if (freesp < dqp->q_low_space[XFS_QLOWSP_5_PCNT]) in xfs_inode_near_dquot_enforcement()
/linux-6.6.21/fs/xfs/scrub/
Dagheader_repair.c462 struct xagb_bitmap *freesp; member
485 error = xagb_bitmap_set(ra->freesp, rec->rm_startblock, in xrep_agfl_walk_rmap()
550 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()