Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_trans_space.h84 (2 * (mp)->m_alloc_maxlevels)
A Dxfs_alloc_btree.c320 } else if (level >= mp->m_alloc_maxlevels) in xfs_allocbt_verify()
481 cur = xfs_btree_alloc_cursor(mp, tp, btnum, mp->m_alloc_maxlevels, in xfs_allocbt_init_common()
A Dxfs_alloc.c2199 mp->m_alloc_maxlevels = xfs_btree_compute_maxlevels(mp->m_alloc_mnr, in xfs_alloc_compute_maxlevels()
2201 ASSERT(mp->m_alloc_maxlevels <= xfs_allocbt_maxlevels_ondisk()); in xfs_alloc_compute_maxlevels()
2259 ASSERT(mp->m_alloc_maxlevels > 0); in xfs_alloc_min_freelist()
2263 mp->m_alloc_maxlevels); in xfs_alloc_min_freelist()
2266 mp->m_alloc_maxlevels); in xfs_alloc_min_freelist()
2961 mp->m_alloc_maxlevels || in xfs_agf_verify()
2963 mp->m_alloc_maxlevels) in xfs_agf_verify()
A Dxfs_trans_resv.c73 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1); in xfs_allocfree_log_count()
/linux/fs/xfs/scrub/
A Dagheader_repair.c342 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
347 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
A Dagheader.c558 if (level <= 0 || level > mp->m_alloc_maxlevels) in xchk_agf()
562 if (level <= 0 || level > mp->m_alloc_maxlevels) in xchk_agf()
/linux/fs/xfs/
A Dxfs_mount.h131 uint m_alloc_maxlevels; /* max alloc btree levels */ member
A Dxfs_mount.c577 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels); in xfs_agbtree_compute_maxlevels()

Completed in 26 milliseconds