Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_refcount_btree.c233 } 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()
Dxfs_trans_resv.c89 return num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_refcountbt_block_count()
Dxfs_refcount.c926 overhead += cur->bc_mp->m_refc_maxlevels; in xfs_refcount_still_have_space()
Dxfs_alloc.c2992 be32_to_cpu(agf->agf_refcount_level) > mp->m_refc_maxlevels)) in xfs_agf_verify()
/Linux-v6.1/fs/xfs/
Dxfs_mount.h134 uint m_refc_maxlevels; /* max refcount btree level */ member
Dxfs_refcount_item.c509 mp->m_refc_maxlevels * 2, 0, XFS_TRANS_RESERVE, &tp); in xfs_cui_item_recover()
Dxfs_mount.c605 mp->m_agbtree_maxlevels = max(levels, mp->m_refc_maxlevels); in xfs_agbtree_compute_maxlevels()
/Linux-v6.1/fs/xfs/scrub/
Dagheader_repair.c365 .maxlevels = sc->mp->m_refc_maxlevels, in xrep_agf()
Dagheader.c580 if (level <= 0 || level > mp->m_refc_maxlevels) in xchk_agf()