Searched refs:m_refc_maxlevels (Results 1 – 9 of 9) sorted by relevance
231 } else if (level >= mp->m_refc_maxlevels) in xfs_refcountbt_verify()349 mp->m_refc_maxlevels, xfs_refcountbt_cur_cache); in xfs_refcountbt_init_common()461 mp->m_refc_maxlevels = 0; in xfs_refcountbt_compute_maxlevels()465 mp->m_refc_maxlevels = xfs_btree_compute_maxlevels( in xfs_refcountbt_compute_maxlevels()467 ASSERT(mp->m_refc_maxlevels <= xfs_refcountbt_maxlevels_ondisk()); in xfs_refcountbt_compute_maxlevels()
89 return num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_refcountbt_block_count()
1062 overhead += cur->bc_mp->m_refc_maxlevels; in xfs_refcount_still_have_space()
3082 be32_to_cpu(agf->agf_refcount_level) > mp->m_refc_maxlevels) in xfs_agf_verify()
136 uint m_refc_maxlevels; /* max refcount btree level */ member
519 error = xfs_trans_alloc(mp, &resv, mp->m_refc_maxlevels * 2, 0, in xfs_cui_item_recover()
620 mp->m_agbtree_maxlevels = max(levels, mp->m_refc_maxlevels); in xfs_agbtree_compute_maxlevels()
371 .maxlevels = sc->mp->m_refc_maxlevels, in xrep_agf()
591 if (level <= 0 || level > mp->m_refc_maxlevels) in xchk_agf()