Home
last modified time | relevance | path

Searched refs:XFS_BTREE_OVERLAPPING (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
A Dbtree.c159 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_rec()
205 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_key()
605 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_block_keys()
/linux/fs/xfs/libxfs/
A Dxfs_btree.c1968 ASSERT(cur->bc_flags & XFS_BTREE_OVERLAPPING); in xfs_btree_high_key_from_key()
1989 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_get_leaf_keys()
2017 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_get_node_keys()
2061 return (cur->bc_flags & XFS_BTREE_OVERLAPPING) || ptr == 1; in xfs_btree_needs_key_update()
2085 ASSERT(cur->bc_flags & XFS_BTREE_OVERLAPPING); in __xfs_btree_updkeys()
2154 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) in xfs_btree_update_keys()
2389 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_lshift()
2574 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_rshift()
2752 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in __xfs_btree_split()
4183 if (joined && (cur->bc_flags & XFS_BTREE_OVERLAPPING)) { in xfs_btree_delete()
[all …]
A Dxfs_btree.h272 #define XFS_BTREE_OVERLAPPING (1<<4) /* overlapping intervals */ macro
A Dxfs_rmap_btree.c459 cur->bc_flags = XFS_BTREE_CRC_BLOCKS | XFS_BTREE_OVERLAPPING; in xfs_rmapbt_init_common()

Completed in 19 milliseconds