Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_alloc_btree.c301 } else if (level >= mp->m_alloc_maxlevels) in xfs_allocbt_verify()
494 mp->m_alloc_maxlevels, xfs_allocbt_cur_cache); in xfs_bnobt_init_cursor()
520 mp->m_alloc_maxlevels, xfs_allocbt_cur_cache); in xfs_cntbt_init_cursor()
Dxfs_trans_space.h99 (2 * (mp)->m_alloc_maxlevels)
Dxfs_alloc.c2394 mp->m_alloc_maxlevels = xfs_btree_compute_maxlevels(mp->m_alloc_mnr, in xfs_alloc_compute_maxlevels()
2396 ASSERT(mp->m_alloc_maxlevels <= xfs_allocbt_maxlevels_ondisk()); in xfs_alloc_compute_maxlevels()
2455 ASSERT(mp->m_alloc_maxlevels > 0); in xfs_alloc_min_freelist()
2479 min_free = min(bno_level + 1, mp->m_alloc_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()
2481 min_free += min(cnt_level + 1, mp->m_alloc_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()
3283 be32_to_cpu(agf->agf_bno_level) > mp->m_alloc_maxlevels || in xfs_agf_verify()
3284 be32_to_cpu(agf->agf_cnt_level) > mp->m_alloc_maxlevels) in xfs_agf_verify()
Dxfs_trans_resv.c75 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1); in xfs_allocfree_block_count()
/linux-6.14.4/fs/xfs/
Dxfs_mount.h167 uint m_alloc_maxlevels; /* max alloc btree levels */ member
Dxfs_mount.c647 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels); in xfs_agbtree_compute_maxlevels()
/linux-6.14.4/fs/xfs/scrub/
Dagheader.c633 if (level <= 0 || level > mp->m_alloc_maxlevels) in xchk_agf()
637 if (level <= 0 || level > mp->m_alloc_maxlevels) in xchk_agf()
Dagheader_repair.c350 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
355 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()