Searched refs:inobt_maxlevels (Results 1 – 5 of 5) sorted by relevance
60 ((xfs_has_finobt(mp) ? 2 : 1) * M_IGEO(mp)->inobt_maxlevels))96 (xfs_has_finobt(mp) ? M_IGEO(mp)->inobt_maxlevels : 0)
161 unsigned int inobt_maxlevels; /* max inobt btree levels. */ member
686 args.minleft = igeo->inobt_maxlevels; in xfs_ialloc_ag_alloc()734 args.minleft = igeo->inobt_maxlevels; in xfs_ialloc_ag_alloc()2494 be32_to_cpu(agi->agi_level) > M_IGEO(mp)->inobt_maxlevels) in xfs_agi_verify()2499 be32_to_cpu(agi->agi_free_level) > M_IGEO(mp)->inobt_maxlevels)) in xfs_agi_verify()2794 igeo->inobt_maxlevels = xfs_btree_compute_maxlevels(igeo->inobt_mnr, in xfs_ialloc_setup_geometry()
137 return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels, in xfs_calc_inobt_res()
303 if (level >= M_IGEO(mp)->inobt_maxlevels) in xfs_inobt_verify()