Home
last modified time | relevance | path

Searched refs:m_rmap_maxlevels (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c49 unsigned int rmap_maxlevels = mp->m_rmap_maxlevels; in xfs_log_calc_trans_resv_for_minlogblocks()
60 mp->m_rmap_maxlevels = XFS_OLD_REFLINK_RMAP_MAXLEVELS; in xfs_log_calc_trans_resv_for_minlogblocks()
96 mp->m_rmap_maxlevels = rmap_maxlevels; in xfs_log_calc_trans_resv_for_minlogblocks()
H A Dxfs_rmap_btree.c351 } else if (level >= mp->m_rmap_maxlevels) in xfs_rmapbt_verify()
511 mp->m_rmap_maxlevels, xfs_rmapbt_cur_cache); in xfs_rmapbt_init_common()
630 mp->m_rmap_maxlevels = 0; in xfs_rmapbt_compute_maxlevels()
648 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr, in xfs_rmapbt_compute_maxlevels()
655 mp->m_rmap_maxlevels = xfs_btree_compute_maxlevels( in xfs_rmapbt_compute_maxlevels()
658 ASSERT(mp->m_rmap_maxlevels <= xfs_rmapbt_maxlevels_ondisk()); in xfs_rmapbt_compute_maxlevels()
H A Dxfs_trans_space.h18 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels)
H A Dxfs_trans_resv.c74 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_block_count()
H A Dxfs_alloc.c2308 mp->m_rmap_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()
3094 mp->m_rmap_maxlevels) in xfs_agf_verify()
/openbmc/linux/fs/xfs/
H A Dxfs_mount.h135 uint m_rmap_maxlevels; /* max rmap btree levels */ member
H A Dxfs_rmap_item.c536 error = xfs_trans_alloc(mp, &resv, mp->m_rmap_maxlevels, 0, in xfs_rui_item_recover()
H A Dxfs_mount.c619 levels = max(levels, mp->m_rmap_maxlevels); in xfs_agbtree_compute_maxlevels()
/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c366 .maxlevels = sc->mp->m_rmap_maxlevels, in xrep_agf()
H A Dagheader.c581 if (level <= 0 || level > mp->m_rmap_maxlevels) in xchk_agf()