Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_rmap_btree.c322 } 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()
Dxfs_trans_space.h18 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels)
Dxfs_trans_resv.c75 blocks += num_ops * (2 * mp->m_rmap_maxlevels - 1); in xfs_allocfree_log_count()
Dxfs_alloc.c2270 mp->m_rmap_maxlevels); in xfs_alloc_min_freelist()
/Linux-v5.10/fs/xfs/
Dxfs_mount.h117 uint m_rmap_maxlevels; /* max rmap btree levels */ member
Dxfs_rmap_item.c519 mp->m_rmap_maxlevels, 0, XFS_TRANS_RESERVE, &tp); in xfs_rui_item_recover()