Lines Matching refs:keys
34 * Manipulates hierarchical B+ trees with 64-bit keys and arbitrary-sized
111 uint64_t *keys, void *value_le);
118 uint64_t *keys, uint64_t *rkey, void *value_le);
124 uint64_t *keys, void *value, dm_block_t *new_root)
133 uint64_t *keys, void *value, dm_block_t *new_root,
143 uint64_t *keys, dm_block_t *new_root);
146 * Removes a _contiguous_ run of values starting from 'keys' and not
147 * reaching keys2 (where keys2 is keys with the final key replaced with
148 * 'end_key'). 'end_key' is the one-past-the-end value. 'keys' may be
152 uint64_t *keys, uint64_t end_key,
177 int (*fn)(void *context, uint64_t *keys, void *leaf),