Searched refs:m_rmap_maxlevels (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_log_rlimit.c | 49 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 D | xfs_rmap_btree.c | 351 } 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 D | xfs_trans_space.h | 18 #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 D | xfs_trans_resv.c | 74 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_block_count()
|
H A D | xfs_alloc.c | 2308 mp->m_rmap_maxlevels) * 2 - 2; in xfs_alloc_min_freelist() 3094 mp->m_rmap_maxlevels) in xfs_agf_verify()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_rmap_btree.c | 322 } else if (level >= mp->m_rmap_maxlevels) in xfs_rmapbt_verify() 564 mp->m_rmap_maxlevels = XFS_BTREE_MAXLEVELS; in xfs_rmapbt_compute_maxlevels() 566 mp->m_rmap_maxlevels = xfs_btree_compute_maxlevels( in xfs_rmapbt_compute_maxlevels()
|
H A D | xfs_trans_space.h | 18 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels)
|
H A D | xfs_trans_resv.c | 75 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_log_count()
|
H A D | xfs_alloc.c | 2270 mp->m_rmap_maxlevels); in xfs_alloc_min_freelist()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_mount.h | 117 uint m_rmap_maxlevels; /* max rmap btree levels */ member
|
H A D | xfs_rmap_item.c | 519 mp->m_rmap_maxlevels, 0, XFS_TRANS_RESERVE, &tp); in xfs_rui_item_recover()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_mount.h | 135 uint m_rmap_maxlevels; /* max rmap btree levels */ member
|
H A D | xfs_rmap_item.c | 535 error = xfs_trans_alloc(mp, &resv, mp->m_rmap_maxlevels, 0, in xfs_rui_item_recover()
|
H A D | xfs_mount.c | 619 levels = max(levels, mp->m_rmap_maxlevels); in xfs_agbtree_compute_maxlevels()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader_repair.c | 366 .maxlevels = sc->mp->m_rmap_maxlevels, in xrep_agf()
|
H A D | agheader.c | 581 if (level <= 0 || level > mp->m_rmap_maxlevels) in xchk_agf()
|
Completed in 21 milliseconds