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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c49 unsigned int rmap_maxlevels = mp->m_rmap_maxlevels;
60 mp->m_rmap_maxlevels = XFS_OLD_REFLINK_RMAP_MAXLEVELS;
96 mp->m_rmap_maxlevels = rmap_maxlevels;
H A Dxfs_rmap_btree.c360 } else if (level >= mp->m_rmap_maxlevels)
535 mp->m_rmap_maxlevels, xfs_rmapbt_cur_cache);
771 mp->m_rmap_maxlevels = 0;
789 mp->m_rmap_maxlevels = xfs_btree_space_to_height(mp->m_rmap_mnr,
796 mp->m_rmap_maxlevels = xfs_btree_compute_maxlevels(
799 ASSERT(mp->m_rmap_maxlevels <= xfs_rmapbt_maxlevels_ondisk());
H A Dxfs_trans_space.h18 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels)
21 * Note that we historically set m_rmap_maxlevels to 9 when reflink is enabled,
H A Dxfs_trans_resv.c75 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1);
H A Dxfs_alloc.c2370 min_free += min(rmap_level + 1, mp->m_rmap_maxlevels) * 2 - 2;
3249 be32_to_cpu(agf->agf_rmap_level) > mp->m_rmap_maxlevels)
/linux-master/fs/xfs/
H A Dxfs_mount.h136 uint m_rmap_maxlevels; /* max rmap btree levels */ member in struct:xfs_mount
H A Dxfs_rmap_item.c538 error = xfs_trans_alloc(mp, &resv, mp->m_rmap_maxlevels, 0,
H A Dxfs_mount.c619 levels = max(levels, mp->m_rmap_maxlevels);
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c355 .maxlevels = sc->mp->m_rmap_maxlevels,
H A Dagheader.c581 if (level <= 0 || level > mp->m_rmap_maxlevels)

Completed in 495 milliseconds