Lines Matching refs:level
193 int level)
195 return cur->bc_mp->m_alloc_mnr[level != 0];
201 int level)
203 return cur->bc_mp->m_alloc_mxr[level != 0];
280 unsigned int level;
283 * magic number and level verification
285 * During growfs operations, we can't verify the exact level or owner as
294 level = be16_to_cpu(block->bb_level);
309 if (level >= pag->pagf_levels[XFS_BTNUM_BNOi])
311 } else if (level >= mp->m_ag_maxlevels)
327 if (level >= pag->pagf_levels[XFS_BTNUM_CNTi])
329 } else if (level >= mp->m_ag_maxlevels)
337 if (be16_to_cpu(block->bb_numrecs) > mp->m_alloc_mxr[level != 0])