Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_types.c29 eoag = xfs_ag_block_count(mp, agno); in xfs_verify_agno_agbno()
Dxfs_ag.h167 xfs_agblock_t xfs_ag_block_count(struct xfs_mount *mp, xfs_agnumber_t agno);
Dxfs_ag.c233 xfs_ag_block_count( in xfs_ag_block_count() function
273 return __xfs_agino_range(mp, xfs_ag_block_count(mp, agno), first, last); in xfs_agino_range()
/linux-6.12.1/fs/xfs/scrub/
Dnewbt.c61 sz = xfs_ag_block_count(sc->mp, sc->sa.pag->pag_agno); in xrep_newbt_estimate_slack()