Lines Matching defs:index
29 * 'n - 1' will be the last valid index.
38 * b) Get yourself a root. The root is the index of a block of data on the
55 * f) Walk an array of values in index order with dm_array_walk(). More
129 typedef int (*value_fn)(uint32_t index, void *value_le, void *context);
144 * index - array index
147 * -ENODATA will be returned if the index is out of bounds.
150 uint32_t index, void *value);
157 * index - array index
165 * -ENODATA will be returned if the index is out of bounds.
168 uint32_t index, const void *value, dm_block_t *new_root)
201 unsigned index;