Home
last modified time | relevance | path

Searched refs:xfs_agfl_size (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.c47 xfs_agfl_size( in xfs_agfl_size() function
805 for (i = 0; i < xfs_agfl_size(mp); i++) { in xfs_agfl_verify()
2563 int agfl_size = xfs_agfl_size(mp); in xfs_agfl_needs_reset()
2618 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(mp) - 1); in xfs_agfl_reset()
3056 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()
3145 if (be32_to_cpu(agf->agf_fllast) == xfs_agfl_size(mp)) in xfs_alloc_put_freelist()
3161 ASSERT(be32_to_cpu(agf->agf_flcount) <= xfs_agfl_size(mp)); in xfs_alloc_put_freelist()
3261 if (be32_to_cpu(agf->agf_flfirst) >= xfs_agfl_size(mp)) in xfs_agf_verify()
3263 if (be32_to_cpu(agf->agf_fllast) >= xfs_agfl_size(mp)) in xfs_agf_verify()
3265 if (be32_to_cpu(agf->agf_flcount) > xfs_agfl_size(mp)) in xfs_agf_verify()
[all …]
Dxfs_alloc.h17 unsigned int xfs_agfl_size(struct xfs_mount *mp);
Dxfs_ag.c629 for (bucket = 0; bucket < xfs_agfl_size(mp); bucket++) in xfs_agflblock_init()
/linux-6.12.1/fs/xfs/scrub/
Dagheader_repair.c591 xfs_agfl_size(mp)); in xrep_agfl_collect_blocks()
608 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()
624 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(sc->mp) - 1); in xrep_agfl_update_agf()
681 ASSERT(flcount <= xfs_agfl_size(mp)); in xrep_agfl_init_header()
Dagheader.c602 fl_count = xfs_agfl_size(mp) - agfl_first + agfl_last + 1; in xchk_agf()
748 if (sai.agflcount > xfs_agfl_size(sc->mp)) { in xchk_agfl()