Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h17 unsigned int xfs_agfl_size(struct xfs_mount *mp);
H A Dxfs_ag.c552 for (bucket = 0; bucket < xfs_agfl_size(mp); bucket++) in xfs_agflblock_init()
/linux/fs/xfs/scrub/
H A 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()
H A Dagheader.c667 fl_count = xfs_agfl_size(mp) - agfl_first + agfl_last + 1; in xchk_agf()
813 if (sai.agflcount > xfs_agfl_size(sc->mp)) { in xchk_agfl()