Lines Matching refs:level
192 int level) in xfs_allocbt_get_minrecs() argument
194 return cur->bc_mp->m_alloc_mnr[level != 0]; in xfs_allocbt_get_minrecs()
200 int level) in xfs_allocbt_get_maxrecs() argument
202 return cur->bc_mp->m_alloc_mxr[level != 0]; in xfs_allocbt_get_maxrecs()
279 unsigned int level; in xfs_allocbt_verify() local
293 level = be16_to_cpu(block->bb_level); in xfs_allocbt_verify()
308 if (level >= pag->pagf_levels[XFS_BTNUM_BNOi]) in xfs_allocbt_verify()
310 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
326 if (level >= pag->pagf_levels[XFS_BTNUM_CNTi]) in xfs_allocbt_verify()
328 } else if (level >= mp->m_ag_maxlevels) in xfs_allocbt_verify()
336 if (be16_to_cpu(block->bb_numrecs) > mp->m_alloc_mxr[level != 0]) in xfs_allocbt_verify()