Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_trans_resv.h76 ((nx) * (2 * XFS_FSB_TO_B((mp), 2 * (mp)->m_ag_maxlevels - 1)))
78 ((nx) * (2 * (2 * (mp)->m_ag_maxlevels - 1)))
Dxfs_trans_space.h70 (2 * (mp)->m_ag_maxlevels)
Dxfs_alloc_btree.c310 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
328 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
Dxfs_alloc.c1854 mp->m_ag_maxlevels = level; in xfs_alloc_compute_maxlevels()
1885 mp->m_ag_maxlevels); in xfs_alloc_min_freelist()
1888 mp->m_ag_maxlevels); in xfs_alloc_min_freelist()
/linux-4.4.14/fs/xfs/
Dxfs_mount.h93 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */ member