Home
last modified time | relevance | path

Searched refs:xfs_ag_contains_log (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.h215 xfs_ag_contains_log(struct xfs_mount *mp, xfs_agnumber_t agno) in xfs_ag_contains_log() function
H A Dxfs_ag.c510 if (xfs_ag_contains_log(mp, id->agno)) { in xfs_freesp_init_recs()
636 if (xfs_ag_contains_log(mp, id->agno)) { in xfs_rmaproot_init()
707 if (xfs_ag_contains_log(mp, id->agno)) { in xfs_agfblock_init()
H A Dxfs_refcount_btree.c528 if (xfs_ag_contains_log(mp, pag->pag_agno)) in xfs_refcountbt_calc_reserves()
H A Dxfs_rmap_btree.c719 if (xfs_ag_contains_log(mp, pag->pag_agno)) in xfs_rmapbt_calc_reserves()
H A Dxfs_ialloc_btree.c716 if (xfs_ag_contains_log(mp, pag->pag_agno)) in xfs_inobt_max_size()
H A Dxfs_ialloc.c2938 if (xfs_ag_contains_log(mp, 0)) in xfs_ialloc_calc_rootino()
/openbmc/linux/fs/xfs/scrub/
H A Drmap.c403 if (xfs_ag_contains_log(mp, sc->sa.pag->pag_agno)) { in xchk_rmapbt_walk_ag_metadata()