Searched refs:m_alloc_maxlevels (Results 1 – 8 of 8) sorted by relevance
84 (2 * (mp)->m_alloc_maxlevels)
328 } else if (level >= mp->m_alloc_maxlevels) in xfs_allocbt_verify()504 cur = xfs_btree_alloc_cursor(mp, tp, btnum, mp->m_alloc_maxlevels, in xfs_allocbt_init_common()
2216 mp->m_alloc_maxlevels = xfs_btree_compute_maxlevels(mp->m_alloc_mnr, in xfs_alloc_compute_maxlevels()2218 ASSERT(mp->m_alloc_maxlevels <= xfs_allocbt_maxlevels_ondisk()); in xfs_alloc_compute_maxlevels()2276 ASSERT(mp->m_alloc_maxlevels > 0); in xfs_alloc_min_freelist()2301 mp->m_alloc_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()2304 mp->m_alloc_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()3079 mp->m_alloc_maxlevels || in xfs_agf_verify()3081 mp->m_alloc_maxlevels) in xfs_agf_verify()
72 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1); in xfs_allocfree_block_count()
133 uint m_alloc_maxlevels; /* max alloc btree levels */ member
618 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels); in xfs_agbtree_compute_maxlevels()
356 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()361 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
568 if (level <= 0 || level > mp->m_alloc_maxlevels) in xchk_agf()572 if (level <= 0 || level > mp->m_alloc_maxlevels) in xchk_agf()