Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-array.h180 int dm_array_walk(struct dm_array_info *info, dm_block_t root,
H A Ddm-array.c895 int dm_array_walk(struct dm_array_info *info, dm_block_t root, in dm_array_walk() function
907 EXPORT_SYMBOL_GPL(dm_array_walk);
/openbmc/linux/drivers/md/
H A Ddm-cache-metadata.c1533 return dm_array_walk(&cmd->info, cmd->root, __dump_mapping, NULL); in __dump_mappings()