Lines Matching defs:index
30 * 'n - 1' will be the last valid index.
39 * b) Get yourself a root. The root is the index of a block of data on the
56 * f) Walk an array of values in index order with dm_array_walk(). More
130 typedef int (*value_fn)(uint32_t index, void *value_le, void *context);
145 * index - array index
148 * -ENODATA will be returned if the index is out of bounds.
151 uint32_t index, void *value);
158 * index - array index
166 * -ENODATA will be returned if the index is out of bounds.
169 uint32_t index, const void *value, dm_block_t *new_root)
202 unsigned int index;