Lines Matching +full:bottom +full:- +full:speed
1 /* SPDX-License-Identifier: GPL-2.0-only */
10 #include "dm-block-manager.h"
14 /*----------------------------------------------------------------*/
17 * Annotations used to check on-disk metadata is handled as little-endian.
31 /*----------------------------------------------------------------*/
34 * Manipulates hierarchical B+ trees with 64-bit keys and arbitrary-sized
56 * because previously-shared btree nodes have now diverged.
98 * Delete a tree. O(n) - this is the slow one! It can also block, so
104 * All the lookup functions return -ENODATA if the key cannot be found.
114 * Tries to find the first key where the bottom level key is >= to that
148 * 'end_key'). 'end_key' is the one-past-the-end value. 'keys' may be
181 /*----------------------------------------------------------------*/
185 * know the order that values are required we can issue prefetches to speed