Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_bmap_btree.c561 unsigned int maxlevels; in xfs_bmbt_init_cursor() local
571 maxlevels = mp->m_bm_maxlevels[XFS_DATA_FORK]; in xfs_bmbt_init_cursor()
574 maxlevels = mp->m_bm_maxlevels[whichfork]; in xfs_bmbt_init_cursor()
577 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()
Dxfs_btree.h656 uint8_t maxlevels, in xfs_btree_alloc_cursor() argument
670 cur->bc_maxlevels = maxlevels; in xfs_btree_alloc_cursor()
/linux-6.12.1/fs/xfs/scrub/
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()
1736 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
1741 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
Drepair.h64 unsigned int maxlevels; member