Searched refs:maxlevels (Results 1 – 4 of 4) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_bmap_btree.c | 660 unsigned int maxlevels; in xfs_bmbt_init_cursor() local 670 maxlevels = mp->m_bm_maxlevels[XFS_DATA_FORK]; in xfs_bmbt_init_cursor() 673 maxlevels = mp->m_bm_maxlevels[whichfork]; in xfs_bmbt_init_cursor() 676 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_bmbt_ops, maxlevels, in xfs_bmbt_init_cursor()
|
| A D | xfs_btree.h | 674 uint8_t maxlevels, in xfs_btree_alloc_cursor() argument 688 cur->bc_maxlevels = maxlevels; in xfs_btree_alloc_cursor()
|
| /fs/xfs/scrub/ |
| A D | agheader_repair.c | 145 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()
|
| A D | repair.h | 67 unsigned int maxlevels; member
|
Completed in 14 milliseconds