Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_types.c29 eoag = xfs_ag_block_count(mp, agno); in xfs_verify_agno_agbno()
Dxfs_ag.h157 xfs_agblock_t xfs_ag_block_count(struct xfs_mount *mp, xfs_agnumber_t agno);
Dxfs_ag.c292 xfs_ag_block_count( in xfs_ag_block_count() function
332 return __xfs_agino_range(mp, xfs_ag_block_count(mp, agno), first, last); in xfs_agino_range()