Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/md/persistent-data/
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);
A Ddm-array.c911 static int load_ablock(struct dm_array_cursor *c) in load_ablock()
941 struct dm_array_cursor *c) in dm_array_cursor_begin()
957 void dm_array_cursor_end(struct dm_array_cursor *c) in dm_array_cursor_end()
966 int dm_array_cursor_next(struct dm_array_cursor *c) in dm_array_cursor_next()
989 int dm_array_cursor_skip(struct dm_array_cursor *c, uint32_t count) in dm_array_cursor_skip()
1010 void dm_array_cursor_get_value(struct dm_array_cursor *c, void **value_le) in dm_array_cursor_get_value()
A Ddm-bitset.h183 struct dm_array_cursor cursor;
/linux-6.3-rc2/drivers/md/
A Ddm-cache-metadata.c161 struct dm_array_cursor mapping_cursor;
162 struct dm_array_cursor hint_cursor;
1336 struct dm_array_cursor *mapping_cursor, in __load_mapping_v1()
1337 struct dm_array_cursor *hint_cursor, in __load_mapping_v1()
1377 struct dm_array_cursor *mapping_cursor, in __load_mapping_v2()
1378 struct dm_array_cursor *hint_cursor, in __load_mapping_v2()

Completed in 12 milliseconds