Searched refs:inobt_maxlevels (Results 1 – 6 of 6) sorted by relevance
84 ((xfs_has_finobt(mp) ? 2 : 1) * M_IGEO(mp)->inobt_maxlevels))108 (xfs_has_finobt(mp) ? M_IGEO(mp)->inobt_maxlevels : 0)
232 unsigned int inobt_maxlevels; /* max inobt btree levels. */ member
768 args.minleft = igeo->inobt_maxlevels; in xfs_ialloc_ag_alloc() 810 args.minleft = igeo->inobt_maxlevels; in xfs_ialloc_ag_alloc() 2664 be32_to_cpu(agi->agi_level) > M_IGEO(mp)->inobt_maxlevels) in xfs_agi_verify() 2669 be32_to_cpu(agi->agi_free_level) > M_IGEO(mp)->inobt_maxlevels)) in xfs_agi_verify() 2992 /* Compute and fill in value of m_ino_geo.inobt_maxlevels. */ in xfs_ialloc_setup_geometry() 2994 igeo->inobt_maxlevels = xfs_btree_compute_maxlevels(igeo->inobt_mnr, in xfs_ialloc_setup_geometry() 2996 ASSERT(igeo->inobt_maxlevels <= xfs_iallocbt_maxlevels_ondisk()); in xfs_ialloc_setup_geometry()
1011 if (level <= 0 || level > igeo->inobt_maxlevels) in xchk_agi()1020 if (level <= 0 || level > igeo->inobt_maxlevels) in xchk_agi()
1725 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi() 1730 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
665 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels); in xfs_agbtree_compute_maxlevels()