Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h211 unsigned int inobt_maxlevels; /* max inobt btree levels. */ member
H A Dxfs_ialloc_btree.c320 if (level >= M_IGEO(mp)->inobt_maxlevels) in xfs_inobt_verify()
486 M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache); in xfs_inobt_init_cursor()
512 M_IGEO(mp)->inobt_maxlevels, xfs_inobt_cur_cache); in xfs_finobt_init_cursor()
H A Dxfs_ialloc.c768 args.minleft = igeo->inobt_maxlevels; in xfs_ialloc_ag_alloc()
810 args.minleft = igeo->inobt_maxlevels; in xfs_ialloc_ag_alloc()
2679 be32_to_cpu(agi->agi_level) > M_IGEO(mp)->inobt_maxlevels) in xfs_agi_verify()
2684 be32_to_cpu(agi->agi_free_level) > M_IGEO(mp)->inobt_maxlevels)) in xfs_agi_verify()
2986 igeo->inobt_maxlevels = xfs_btree_compute_maxlevels(igeo->inobt_mnr, in xfs_ialloc_setup_geometry()
2988 ASSERT(igeo->inobt_maxlevels <= xfs_iallocbt_maxlevels_ondisk()); in xfs_ialloc_setup_geometry()
H A Dxfs_trans_resv.c150 return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels, in xfs_calc_inobt_res()
/linux/fs/xfs/scrub/
H A Dagheader.c1009 if (level <= 0 || level > igeo->inobt_maxlevels) in xchk_agi()
1018 if (level <= 0 || level > igeo->inobt_maxlevels) in xchk_agi()
H A Dagheader_repair.c1728 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
1733 .maxlevels = M_IGEO(sc->mp)->inobt_maxlevels, in xrep_agi()
/linux/fs/xfs/
H A Dxfs_mount.c648 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels); in xfs_agbtree_compute_maxlevels()