Home
last modified time | relevance | path

Searched refs:XFS_BTREE_OVERLAPPING (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dbtree.c171 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_rec()
218 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_key()
565 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_block_check_keys()
667 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_block_keys()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dbtree.c158 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_rec()
205 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_key()
578 if (!(cur->bc_flags & XFS_BTREE_OVERLAPPING)) in xchk_btree_block_keys()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_btree.c470 * If XFS_BTREE_OVERLAPPING is set, then this btree supports keys containing
1971 ASSERT(cur->bc_flags & XFS_BTREE_OVERLAPPING); in xfs_btree_high_key_from_key()
1992 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_get_leaf_keys()
2020 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_get_node_keys()
2064 return (cur->bc_flags & XFS_BTREE_OVERLAPPING) || ptr == 1; in xfs_btree_needs_key_update()
2088 ASSERT(cur->bc_flags & XFS_BTREE_OVERLAPPING); in __xfs_btree_updkeys()
2157 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) in xfs_btree_update_keys()
2392 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_lshift()
2577 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_rshift()
2755 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in __xfs_btree_split()
[all...]
H A Dxfs_btree.h245 #define XFS_BTREE_OVERLAPPING (1<<4) /* overlapping intervals */ macro
H A Dxfs_rmap_btree.c464 cur->bc_flags = XFS_BTREE_CRC_BLOCKS | XFS_BTREE_OVERLAPPING; in xfs_rmapbt_init_common()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_btree.c542 * If XFS_BTREE_OVERLAPPING is set, then this btree supports keys containing
2043 ASSERT(cur->bc_flags & XFS_BTREE_OVERLAPPING); in xfs_btree_high_key_from_key()
2064 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_get_leaf_keys()
2091 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_get_node_keys()
2135 return (cur->bc_flags & XFS_BTREE_OVERLAPPING) || ptr == 1; in xfs_btree_needs_key_update()
2159 ASSERT(cur->bc_flags & XFS_BTREE_OVERLAPPING); in __xfs_btree_updkeys()
2228 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) in xfs_btree_update_keys()
2463 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_lshift()
2648 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in xfs_btree_rshift()
2826 if (cur->bc_flags & XFS_BTREE_OVERLAPPING) { in __xfs_btree_split()
[all...]
H A Dxfs_btree.h312 #define XFS_BTREE_OVERLAPPING (1<<4) /* overlapping intervals */ macro
H A Dxfs_rmap_btree.c512 cur->bc_flags = XFS_BTREE_CRC_BLOCKS | XFS_BTREE_OVERLAPPING; in xfs_rmapbt_init_common()

Completed in 15 milliseconds