Searched refs:m_refc_maxlevels (Results 1 – 9 of 9) sorted by relevance
233 } else if (level >= mp->m_refc_maxlevels) in xfs_refcountbt_verify()337 mp->m_refc_maxlevels, xfs_refcountbt_cur_cache); in xfs_refcountbt_init_common()452 mp->m_refc_maxlevels = 0; in xfs_refcountbt_compute_maxlevels()456 mp->m_refc_maxlevels = xfs_btree_compute_maxlevels( in xfs_refcountbt_compute_maxlevels()458 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()
926 overhead += cur->bc_mp->m_refc_maxlevels; in xfs_refcount_still_have_space()
2992 be32_to_cpu(agf->agf_refcount_level) > mp->m_refc_maxlevels)) in xfs_agf_verify()
134 uint m_refc_maxlevels; /* max refcount btree level */ member
509 mp->m_refc_maxlevels * 2, 0, XFS_TRANS_RESERVE, &tp); in xfs_cui_item_recover()
605 mp->m_agbtree_maxlevels = max(levels, mp->m_refc_maxlevels); in xfs_agbtree_compute_maxlevels()
365 .maxlevels = sc->mp->m_refc_maxlevels, in xrep_agf()
580 if (level <= 0 || level > mp->m_refc_maxlevels) in xchk_agf()