Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-array.h205 int dm_array_cursor_begin(struct dm_array_info *info,
H A Ddm-bitset.c244 r = dm_array_cursor_begin(&info->array_info, root, &c->cursor); in dm_bitset_cursor_begin()
H A Ddm-array.c940 int dm_array_cursor_begin(struct dm_array_info *info, dm_block_t root, in dm_array_cursor_begin() function
955 EXPORT_SYMBOL_GPL(dm_array_cursor_begin);
/openbmc/linux/drivers/md/
H A Ddm-cache-metadata.c1430 r = dm_array_cursor_begin(&cmd->info, cmd->root, &cmd->mapping_cursor); in __load_mappings()
1435 r = dm_array_cursor_begin(&cmd->hint_info, cmd->hint_root, &cmd->hint_cursor); in __load_mappings()