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

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_space.h84 (2 * (mp)->m_alloc_maxlevels)
H A Dxfs_alloc_btree.c362 } else if (level >= mp->m_alloc_maxlevels)
558 mp->m_alloc_maxlevels, xfs_allocbt_cur_cache);
584 mp->m_alloc_maxlevels, xfs_allocbt_cur_cache);
H A Dxfs_alloc.c2274 * Compute and fill in value of m_alloc_maxlevels.
2280 mp->m_alloc_maxlevels = xfs_btree_compute_maxlevels(mp->m_alloc_mnr,
2282 ASSERT(mp->m_alloc_maxlevels <= xfs_allocbt_maxlevels_ondisk());
2341 ASSERT(mp->m_alloc_maxlevels > 0);
2365 min_free = min(bno_level + 1, mp->m_alloc_maxlevels) * 2 - 2;
2367 min_free += min(cnt_level + 1, mp->m_alloc_maxlevels) * 2 - 2;
3236 be32_to_cpu(agf->agf_bno_level) > mp->m_alloc_maxlevels ||
3237 be32_to_cpu(agf->agf_cnt_level) > mp->m_alloc_maxlevels)
H A Dxfs_trans_resv.c73 blocks = num_ops * 2 * (2 * mp->m_alloc_maxlevels - 1);
/linux-master/fs/xfs/
H A Dxfs_mount.h134 uint m_alloc_maxlevels; /* max alloc btree levels */ member in struct:xfs_mount
H A Dxfs_mount.c618 levels = max(mp->m_alloc_maxlevels, M_IGEO(mp)->inobt_maxlevels);
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c345 .maxlevels = sc->mp->m_alloc_maxlevels,
350 .maxlevels = sc->mp->m_alloc_maxlevels,
H A Dagheader.c568 if (level <= 0 || level > mp->m_alloc_maxlevels)
572 if (level <= 0 || level > mp->m_alloc_maxlevels)

Completed in 229 milliseconds