Searched refs:m_ag_maxlevels (Results 1 – 5 of 5) sorted by relevance
78 (2 * (mp)->m_ag_maxlevels)
324 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()336 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
75 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count()
1964 mp->m_ag_maxlevels = xfs_btree_compute_maxlevels(mp->m_alloc_mnr, in xfs_alloc_compute_maxlevels()2017 mp->m_ag_maxlevels); in xfs_alloc_min_freelist()2020 mp->m_ag_maxlevels); in xfs_alloc_min_freelist()
117 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */ member