Lines Matching refs:keys
33 * Manipulates hierarchical B+ trees with 64-bit keys and arbitrary-sized
110 uint64_t *keys, void *value_le);
117 uint64_t *keys, uint64_t *rkey, void *value_le);
123 uint64_t *keys, void *value, dm_block_t *new_root)
132 uint64_t *keys, void *value, dm_block_t *new_root,
142 uint64_t *keys, dm_block_t *new_root);
145 * Removes a _contiguous_ run of values starting from 'keys' and not
146 * reaching keys2 (where keys2 is keys with the final key replaced with
147 * 'end_key'). 'end_key' is the one-past-the-end value. 'keys' may be
151 uint64_t *keys, uint64_t end_key,
176 int (*fn)(void *context, uint64_t *keys, void *leaf),