Searched refs:m_refc_maxlevels (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_refcount_btree.c | 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()
|
H A D | xfs_trans_resv.c | 89 return num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_refcountbt_block_count()
|
H A D | xfs_refcount.c | 1062 overhead += cur->bc_mp->m_refc_maxlevels; in xfs_refcount_still_have_space()
|
H A D | xfs_alloc.c | 3103 be32_to_cpu(agf->agf_refcount_level) > mp->m_refc_maxlevels) in xfs_agf_verify()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_refcount_btree.c | 222 } else if (level >= mp->m_refc_maxlevels) in xfs_refcountbt_verify() 418 mp->m_refc_maxlevels = xfs_btree_compute_maxlevels( in xfs_refcountbt_compute_maxlevels()
|
H A D | xfs_trans_resv.c | 77 blocks += num_ops * (2 * mp->m_refc_maxlevels - 1); in xfs_allocfree_log_count()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_mount.h | 118 uint m_refc_maxlevels; /* max refcount btree level */ member
|
H A D | xfs_refcount_item.c | 487 mp->m_refc_maxlevels * 2, 0, XFS_TRANS_RESERVE, &tp); in xfs_cui_item_recover()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_mount.h | 136 uint m_refc_maxlevels; /* max refcount btree level */ member
|
H A D | xfs_refcount_item.c | 519 error = xfs_trans_alloc(mp, &resv, mp->m_refc_maxlevels * 2, 0, in xfs_cui_item_recover()
|
H A D | xfs_mount.c | 620 mp->m_agbtree_maxlevels = max(levels, mp->m_refc_maxlevels); in xfs_agbtree_compute_maxlevels()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader_repair.c | 371 .maxlevels = sc->mp->m_refc_maxlevels, in xrep_agf()
|
H A D | agheader.c | 591 if (level <= 0 || level > mp->m_refc_maxlevels) in xchk_agf()
|
Completed in 20 milliseconds