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.h90 (2 * (mp)->m_ag_maxlevels)
Dxfs_alloc_btree.c341 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
352 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
Dxfs_trans_resv.c84 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count()
Dxfs_alloc.c1944 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()
/fs/xfs/
Dxfs_mount.h129 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */ member