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

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c239 } else if (level >= mp->m_refc_maxlevels)
368 mp->m_refc_maxlevels, xfs_refcountbt_cur_cache);
450 mp->m_refc_maxlevels = 0;
454 mp->m_refc_maxlevels = xfs_btree_compute_maxlevels(
456 ASSERT(mp->m_refc_maxlevels <= xfs_refcountbt_maxlevels_ondisk());
H A Dxfs_trans_resv.c90 return num_ops * (2 * mp->m_refc_maxlevels - 1);
H A Dxfs_refcount.c1081 overhead += cur->bc_mp->m_refc_maxlevels;
H A Dxfs_alloc.c3258 be32_to_cpu(agf->agf_refcount_level) > mp->m_refc_maxlevels)
/linux-master/fs/xfs/
H A Dxfs_refcount_item.c484 error = xfs_trans_alloc(mp, &resv, mp->m_refc_maxlevels * 2, 0,
H A Dxfs_mount.h137 uint m_refc_maxlevels; /* max refcount btree level */ member in struct:xfs_mount
H A Dxfs_mount.c620 mp->m_agbtree_maxlevels = max(levels, mp->m_refc_maxlevels);
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c360 .maxlevels = sc->mp->m_refc_maxlevels,
H A Dagheader.c591 if (level <= 0 || level > mp->m_refc_maxlevels)

Completed in 175 milliseconds