Searched refs:m_rmap_maxlevels (Results 1 – 9 of 9) sorted by relevance
319 } else if (level >= mp->m_rmap_maxlevels) in xfs_rmapbt_verify()458 mp->m_rmap_maxlevels, xfs_rmapbt_cur_cache); in xfs_rmapbt_init_common()580 mp->m_rmap_maxlevels = 0; in xfs_rmapbt_compute_maxlevels()598 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr, in xfs_rmapbt_compute_maxlevels()605 mp->m_rmap_maxlevels = xfs_btree_compute_maxlevels( in xfs_rmapbt_compute_maxlevels()608 ASSERT(mp->m_rmap_maxlevels <= xfs_rmapbt_maxlevels_ondisk()); in xfs_rmapbt_compute_maxlevels()
75 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_log_count()817 unsigned int rmap_maxlevels = mp->m_rmap_maxlevels; in xfs_trans_resv_calc()828 mp->m_rmap_maxlevels = XFS_OLD_REFLINK_RMAP_MAXLEVELS; in xfs_trans_resv_calc()934 mp->m_rmap_maxlevels = rmap_maxlevels; in xfs_trans_resv_calc()
18 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels)
2270 mp->m_rmap_maxlevels); in xfs_alloc_min_freelist()2969 mp->m_rmap_maxlevels)) in xfs_agf_verify()
133 uint m_rmap_maxlevels; /* max rmap btree levels */ member
536 mp->m_rmap_maxlevels, 0, XFS_TRANS_RESERVE, &tp); in xfs_rui_item_recover()
578 levels = max(levels, mp->m_rmap_maxlevels); in xfs_agbtree_compute_maxlevels()
352 .maxlevels = sc->mp->m_rmap_maxlevels, in xrep_agf()
571 if (level <= 0 || level > mp->m_rmap_maxlevels) in xchk_agf()
Completed in 27 milliseconds