Lines Matching refs:index
33 * b) Get yourself a root. The root is the index of a block of data on the
107 typedef int (*bit_value_fn)(uint32_t index, bool *value, void *context);
135 * index - the bit index
138 * -ENODATA will be returned if the index is out of bounds.
141 uint32_t index, dm_block_t *new_root);
148 * index - the bit index
151 * -ENODATA will be returned if the index is out of bounds.
154 uint32_t index, dm_block_t *new_root);
161 * index - the bit index
165 * -ENODATA will be returned if the index is out of bounds.
168 uint32_t index, dm_block_t *new_root, bool *result);