Home
last modified time | relevance | path

Searched refs:XFS_BTGEO_IROOT_RECORDS (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.c613 (ops->geom_flags & XFS_BTGEO_IROOT_RECORDS)) && in xfs_btree_bload_compute_geometry()
H A Dxfs_btree.h239 #define XFS_BTGEO_IROOT_RECORDS (1U << 1) /* iroot can store records */ macro
H A Dxfs_rtrefcount_btree.c370 .geom_flags = XFS_BTGEO_IROOT_RECORDS,
H A Dxfs_rtrmap_btree.c472 XFS_BTGEO_IROOT_RECORDS,
H A Dxfs_btree.c3242 ASSERT(level > 0 || (cur->bc_ops->geom_flags & XFS_BTGEO_IROOT_RECORDS)); in xfs_btree_new_iroot()
3917 ASSERT((cur->bc_ops->geom_flags & XFS_BTGEO_IROOT_RECORDS) || in xfs_btree_kill_iroot()
3925 if (level == 1 && !(cur->bc_ops->geom_flags & XFS_BTGEO_IROOT_RECORDS)) in xfs_btree_kill_iroot()