Searched refs:m_rmap_maxlevels (Results 1 – 8 of 8) sorted by relevance
366 } else if (level >= mp->m_rmap_maxlevels) in xfs_rmapbt_verify()541 mp->m_rmap_maxlevels, xfs_rmapbt_cur_cache); in xfs_rmapbt_init_cursor()777 mp->m_rmap_maxlevels = 0; in xfs_rmapbt_compute_maxlevels()795 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr, in xfs_rmapbt_compute_maxlevels()802 mp->m_rmap_maxlevels = xfs_btree_compute_maxlevels( in xfs_rmapbt_compute_maxlevels()805 ASSERT(mp->m_rmap_maxlevels <= xfs_rmapbt_maxlevels_ondisk()); in xfs_rmapbt_compute_maxlevels()
35 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels)
77 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_block_count()
169 uint m_rmap_maxlevels; /* max rmap btree levels */ member
591 error = xfs_trans_alloc(mp, &resv, mp->m_rmap_maxlevels, 0, in xfs_rmap_recover_work()
648 levels = max(levels, mp->m_rmap_maxlevels); in xfs_agbtree_compute_maxlevels()
646 if (level <= 0 || level > mp->m_rmap_maxlevels) in xchk_agf()
360 .maxlevels = sc->mp->m_rmap_maxlevels, in xrep_agf()