Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_types.c26 xfs_ag_block_count( in xfs_ag_block_count() function
49 eoag = xfs_ag_block_count(mp, agno); in xfs_verify_agbno()
84 eoag = xfs_ag_block_count(mp, agno); in xfs_agino_range()
Dxfs_types.h155 xfs_agblock_t xfs_ag_block_count(struct xfs_mount *mp, xfs_agnumber_t agno);
/linux-4.19.296/fs/xfs/scrub/
Drepair.c245 aglen != xfs_ag_block_count(mp, sm->sm_agno) || in xrep_calc_ag_resblks()
247 aglen = xfs_ag_block_count(mp, sm->sm_agno); in xrep_calc_ag_resblks()
Dagheader_repair.c196 agf->agf_length = cpu_to_be32(xfs_ag_block_count(mp, sc->sa.agno)); in xrep_agf_init_header()
786 agi->agi_length = cpu_to_be32(xfs_ag_block_count(mp, sc->sa.agno)); in xrep_agi_init_header()
Dagheader.c542 if (eoag != xfs_ag_block_count(mp, agno)) in xchk_agf()
847 if (eoag != xfs_ag_block_count(mp, agno)) in xchk_agi()