Home
last modified time | relevance | path

Searched refs:inobt_maxlevels (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h67 ((xfs_has_finobt(mp) ? 2 : 1) * M_IGEO(mp)->inobt_maxlevels))
103 (xfs_has_finobt(mp) ? M_IGEO(mp)->inobt_maxlevels : 0)
H A Dxfs_shared.h171 unsigned int inobt_maxlevels; /* max inobt btree levels. */ member
H A Dxfs_ialloc_btree.c310 if (level >= M_IGEO(mp)->inobt_maxlevels) in xfs_inobt_verify()
458 M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache); in xfs_inobt_init_common()
H A Dxfs_ialloc.c710 args.minleft = igeo->inobt_maxlevels; in xfs_ialloc_ag_alloc()
753 args.minleft = igeo->inobt_maxlevels; in xfs_ialloc_ag_alloc()
2518 be32_to_cpu(agi->agi_level) > M_IGEO(mp)->inobt_maxlevels) in xfs_agi_verify()
2523 be32_to_cpu(agi->agi_free_level) > M_IGEO(mp)->inobt_maxlevels)) in xfs_agi_verify()
2819 igeo->inobt_maxlevels = xfs_btree_compute_maxlevels(igeo->inobt_mnr, in xfs_ialloc_setup_geometry()
2821 ASSERT(igeo->inobt_maxlevels <= xfs_iallocbt_maxlevels_ondisk()); in xfs_ialloc_setup_geometry()
H A Dxfs_trans_resv.c147 return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels, in xfs_calc_inobt_res()
/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c977 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
982 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
H A Dagheader.c907 if (level <= 0 || level > igeo->inobt_maxlevels) in xchk_agi()
916 if (level <= 0 || level > igeo->inobt_maxlevels) in xchk_agi()
/openbmc/linux/fs/xfs/
H A Dxfs_mount.c618 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels); in xfs_agbtree_compute_maxlevels()