Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_trans_space.h78 (2 * (mp)->m_ag_maxlevels)
Dxfs_alloc_btree.c324 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
336 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
Dxfs_trans_resv.c75 blocks = num_ops * 2 * (2 * mp->m_ag_maxlevels - 1); in xfs_allocfree_log_count()
Dxfs_alloc.c1964 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()
/Linux-v4.19/fs/xfs/
Dxfs_mount.h117 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */ member