Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_log_rlimit.c86 unsigned int rmap_maxlevels = mp->m_rmap_maxlevels; in xfs_log_calc_trans_resv_for_minlogblocks()
106 mp->m_rmap_maxlevels = XFS_OLD_REFLINK_RMAP_MAXLEVELS; in xfs_log_calc_trans_resv_for_minlogblocks()
142 mp->m_rmap_maxlevels = rmap_maxlevels; in xfs_log_calc_trans_resv_for_minlogblocks()
A Dxfs_rmap_btree.c365 } else if (level >= mp->m_rmap_maxlevels) in xfs_rmapbt_verify()
540 mp->m_rmap_maxlevels, xfs_rmapbt_cur_cache); in xfs_rmapbt_init_cursor()
777 mp->m_rmap_maxlevels = 0; in xfs_rmapbt_compute_maxlevels()
795 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr, in xfs_rmapbt_compute_maxlevels()
802 mp->m_rmap_maxlevels = xfs_btree_compute_maxlevels( in xfs_rmapbt_compute_maxlevels()
805 ASSERT(mp->m_rmap_maxlevels <= xfs_rmapbt_maxlevels_ondisk()); in xfs_rmapbt_compute_maxlevels()
A Dxfs_trans_space.h22 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels)
A Dxfs_trans_resv.c77 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_block_count()
A Dxfs_alloc.c2483 min_free += min(rmap_level + 1, mp->m_rmap_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()
3287 be32_to_cpu(agf->agf_rmap_level) > mp->m_rmap_maxlevels) in xfs_agf_verify()
/linux/fs/xfs/
A Dxfs_mount.h136 uint m_rmap_maxlevels; /* max rmap btree levels */ member
A Dxfs_rmap_item.c537 error = xfs_trans_alloc(mp, &resv, mp->m_rmap_maxlevels, 0, in xfs_rmap_recover_work()
A Dxfs_mount.c631 levels = max(levels, mp->m_rmap_maxlevels); in xfs_agbtree_compute_maxlevels()
/linux/fs/xfs/scrub/
A Dagheader.c581 if (level <= 0 || level > mp->m_rmap_maxlevels) in xchk_agf()
A Dagheader_repair.c360 .maxlevels = sc->mp->m_rmap_maxlevels, in xrep_agf()

Completed in 27 milliseconds