Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_iomap.c318 int64_t freesp; in xfs_quota_calc_throttle() local
328 freesp = dq->q_prealloc_hi_wmark - dq->q_blk.reserved; in xfs_quota_calc_throttle()
329 if (freesp < dq->q_low_space[XFS_QLOWSP_5_PCNT]) { in xfs_quota_calc_throttle()
331 if (freesp < dq->q_low_space[XFS_QLOWSP_3_PCNT]) in xfs_quota_calc_throttle()
333 if (freesp < dq->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_quota_calc_throttle()
337 if (freesp < *qfreesp) in xfs_quota_calc_throttle()
338 *qfreesp = freesp; in xfs_quota_calc_throttle()
341 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
342 *qblocks = freesp; in xfs_quota_calc_throttle()
366 int64_t freesp; in xfs_iomap_prealloc_size() local
[all …]
Dxfs_dquot.h200 int64_t freesp; in xfs_dquot_lowsp() local
202 freesp = dqp->q_blk.hardlimit - dqp->q_blk.reserved; in xfs_dquot_lowsp()
203 if (freesp < dqp->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
Dxfs_qm.c1892 int64_t freesp; in xfs_inode_near_dquot_enforcement() local
1913 freesp = dqp->q_prealloc_hi_wmark - dqp->q_blk.reserved; in xfs_inode_near_dquot_enforcement()
1914 if (freesp < dqp->q_low_space[XFS_QLOWSP_5_PCNT]) in xfs_inode_near_dquot_enforcement()
/Linux-v5.15/fs/xfs/scrub/
Dagheader_repair.c437 struct xbitmap *freesp; member
460 error = xbitmap_set(ra->freesp, fsb, rec->rm_blockcount); in xrep_agfl_walk_rmap()
490 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()