Searched refs:m_ag_maxlevels (Results 1 – 5 of 5) sorted by relevance
90 (2 * (mp)->m_ag_maxlevels)
341 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()352 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
84 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count()
1944 mp->m_ag_maxlevels = xfs_btree_compute_maxlevels(mp, mp->m_alloc_mnr, in xfs_alloc_compute_maxlevels()1998 mp->m_ag_maxlevels); in xfs_alloc_min_freelist()2001 mp->m_ag_maxlevels); in xfs_alloc_min_freelist()
129 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */ member