Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c600 xfs_agfl_size(mp)); in xrep_agfl_collect_blocks()
617 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()
633 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(sc->mp) - 1); in xrep_agfl_update_agf()
690 ASSERT(flcount <= xfs_agfl_size(mp)); in xrep_agfl_init_header()
H A 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()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c45 xfs_agfl_size( in xfs_agfl_size() function
675 for (i = 0; i < xfs_agfl_size(mp); i++) { in xfs_agfl_verify()
2415 int agfl_size = xfs_agfl_size(mp); in xfs_agfl_needs_reset()
2470 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(mp) - 1); in xfs_agfl_reset()
2857 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()
2946 if (be32_to_cpu(agf->agf_fllast) == xfs_agfl_size(mp)) in xfs_alloc_put_freelist()
2962 ASSERT(be32_to_cpu(agf->agf_flcount) <= xfs_agfl_size(mp)); in xfs_alloc_put_freelist()
3062 if (be32_to_cpu(agf->agf_flfirst) >= xfs_agfl_size(mp)) in xfs_agf_verify()
3064 if (be32_to_cpu(agf->agf_fllast) >= xfs_agfl_size(mp)) in xfs_agf_verify()
3066 if (be32_to_cpu(agf->agf_flcount) > xfs_agfl_size(mp)) in xfs_agf_verify()
[all …]
H A Dxfs_alloc.h17 unsigned int xfs_agfl_size(struct xfs_mount *mp);
H A Dxfs_ag.c734 for (bucket = 0; bucket < xfs_agfl_size(mp); bucket++) in xfs_agflblock_init()