Home
last modified time | relevance | path

Searched refs:dm_array_cursor (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/persistent-data/
H A Ddm-array.h196 struct dm_array_cursor { struct
206 dm_block_t root, struct dm_array_cursor *c); argument
207 void dm_array_cursor_end(struct dm_array_cursor *c);
209 uint32_t dm_array_cursor_index(struct dm_array_cursor *c);
210 int dm_array_cursor_next(struct dm_array_cursor *c);
211 int dm_array_cursor_skip(struct dm_array_cursor *c, uint32_t count);
216 void dm_array_cursor_get_value(struct dm_array_cursor *c, void **value_le);
H A Ddm-bitset.h183 struct dm_array_cursor cursor;