Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A 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()
H A Dxfs_trans_space.h99 (2 * (mp)->m_alloc_maxlevels)
H A Dxfs_trans_resv.c75 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1); in xfs_allocfree_block_count()
/linux/fs/xfs/
H A Dxfs_mount.h167 uint m_alloc_maxlevels; /* max alloc btree levels */ member
H A Dxfs_mount.c647 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels); in xfs_agbtree_compute_maxlevels()
/linux/fs/xfs/scrub/
H A 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()
H A Dagheader_repair.c350 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
355 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()