Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_iomap.c344 int64_t freesp; in xfs_quota_calc_throttle() local
355 freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount; in xfs_quota_calc_throttle()
356 if (freesp < dq->q_low_space[XFS_QLOWSP_5_PCNT]) { in xfs_quota_calc_throttle()
358 if (freesp < dq->q_low_space[XFS_QLOWSP_3_PCNT]) in xfs_quota_calc_throttle()
360 if (freesp < dq->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_quota_calc_throttle()
364 if (freesp < *qfreesp) in xfs_quota_calc_throttle()
365 *qfreesp = freesp; in xfs_quota_calc_throttle()
368 if ((freesp >> shift) < (*qblocks >> *qshift)) { in xfs_quota_calc_throttle()
369 *qblocks = freesp; in xfs_quota_calc_throttle()
405 int64_t freesp; in xfs_iomap_prealloc_size() local
[all …]
Dxfs_dquot.h135 int64_t freesp; in xfs_dquot_lowsp() local
137 freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount; in xfs_dquot_lowsp()
138 if (freesp < dqp->q_low_space[XFS_QLOWSP_1_PCNT]) in xfs_dquot_lowsp()
/Linux-v5.4/fs/xfs/scrub/
Dagheader_repair.c435 struct xfs_bitmap *freesp; member
458 error = xfs_bitmap_set(ra->freesp, fsb, rec->rm_blockcount); in xrep_agfl_walk_rmap()
490 ra.freesp = agfl_extents; in xrep_agfl_collect_blocks()