Home
last modified time | relevance | path

Searched refs:m_ag_maxlevels (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/libxfs/
Dxfs_trans_space.h77 (2 * (mp)->m_ag_maxlevels)
Dxfs_alloc.c2199 mp->m_ag_maxlevels = xfs_btree_compute_maxlevels(mp->m_alloc_mnr, in xfs_alloc_compute_maxlevels()
2258 ASSERT(mp->m_ag_maxlevels > 0); in xfs_alloc_min_freelist()
2262 mp->m_ag_maxlevels); in xfs_alloc_min_freelist()
2265 mp->m_ag_maxlevels); in xfs_alloc_min_freelist()
2906 be32_to_cpu(agf->agf_levels[XFS_BTNUM_BNO]) > mp->m_ag_maxlevels || in xfs_agf_verify()
2907 be32_to_cpu(agf->agf_levels[XFS_BTNUM_CNT]) > mp->m_ag_maxlevels) in xfs_agf_verify()
Dxfs_alloc_btree.c319 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
Dxfs_trans_resv.c73 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count()
/fs/xfs/
Dxfs_mount.h134 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */ member