Home
last modified time | relevance | path

Searched refs:m_refc_maxlevels (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_refcount_btree.c231 } 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()
Dxfs_trans_resv.c89 return num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_refcountbt_block_count()
Dxfs_refcount.c1062 overhead += cur->bc_mp->m_refc_maxlevels; in xfs_refcount_still_have_space()
Dxfs_alloc.c3082 be32_to_cpu(agf->agf_refcount_level) > mp->m_refc_maxlevels) in xfs_agf_verify()
/Linux-v6.6/fs/xfs/
Dxfs_mount.h136 uint m_refc_maxlevels; /* max refcount btree level */ member
Dxfs_refcount_item.c519 error = xfs_trans_alloc(mp, &resv, mp->m_refc_maxlevels * 2, 0, in xfs_cui_item_recover()
Dxfs_mount.c620 mp->m_agbtree_maxlevels = max(levels, mp->m_refc_maxlevels); in xfs_agbtree_compute_maxlevels()
/Linux-v6.6/fs/xfs/scrub/
Dagheader_repair.c371 .maxlevels = sc->mp->m_refc_maxlevels, in xrep_agf()
Dagheader.c591 if (level <= 0 || level > mp->m_refc_maxlevels) in xchk_agf()