Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_trans_space.h60 ((xfs_has_finobt(mp) ? 2 : 1) * M_IGEO(mp)->inobt_maxlevels))
96 (xfs_has_finobt(mp) ? M_IGEO(mp)->inobt_maxlevels : 0)
Dxfs_shared.h161 unsigned int inobt_maxlevels; /* max inobt btree levels. */ member
Dxfs_ialloc.c686 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()
Dxfs_trans_resv.c137 return xfs_calc_buf_res(M_IGEO(mp)->inobt_maxlevels, in xfs_calc_inobt_res()
Dxfs_ialloc_btree.c303 if (level >= M_IGEO(mp)->inobt_maxlevels) in xfs_inobt_verify()