Home
last modified time | relevance | path

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

/drivers/md/persistent-data/
Ddm-array.h195 struct dm_array_cursor { struct
205 dm_block_t root, struct dm_array_cursor *c); argument
206 void dm_array_cursor_end(struct dm_array_cursor *c);
208 uint32_t dm_array_cursor_index(struct dm_array_cursor *c);
209 int dm_array_cursor_next(struct dm_array_cursor *c);
214 void dm_array_cursor_get_value(struct dm_array_cursor *c, void **value_le);
Ddm-array.c903 static int load_ablock(struct dm_array_cursor *c) in load_ablock()
933 struct dm_array_cursor *c) in dm_array_cursor_begin()
949 void dm_array_cursor_end(struct dm_array_cursor *c) in dm_array_cursor_end()
958 int dm_array_cursor_next(struct dm_array_cursor *c) in dm_array_cursor_next()
981 void dm_array_cursor_get_value(struct dm_array_cursor *c, void **value_le) in dm_array_cursor_get_value()
/drivers/md/
Ddm-cache-metadata.c148 struct dm_array_cursor mapping_cursor;
149 struct dm_array_cursor hint_cursor;
1183 struct dm_array_cursor *mapping_cursor, in __load_mapping()
1184 struct dm_array_cursor *hint_cursor, in __load_mapping()