Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap_btree.c672 unsigned int maxlevels; in xfs_bmbt_init_cursor() local
682 maxlevels = mp->m_bm_maxlevels[XFS_DATA_FORK]; in xfs_bmbt_init_cursor()
685 maxlevels = mp->m_bm_maxlevels[whichfork]; in xfs_bmbt_init_cursor()
688 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()
H A Dxfs_btree.h671 uint8_t maxlevels, in xfs_btree_alloc_cursor() argument
685 cur->bc_maxlevels = maxlevels; in xfs_btree_alloc_cursor()
/linux-6.15/fs/xfs/scrub/
H A Dagheader_repair.c145 fab->height <= fab->maxlevels; in xrep_check_btree_root()
350 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
355 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
360 .maxlevels = sc->mp->m_rmap_maxlevels, in xrep_agf()
365 .maxlevels = sc->mp->m_refc_maxlevels, in xrep_agf()
1728 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
1733 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
H A Drepair.h67 unsigned int maxlevels; member