Searched refs:dm_array_walk (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-array.h | 160 int dm_array_walk(struct dm_array_info *info, dm_block_t root,
|
D | dm-array.c | 807 int dm_array_walk(struct dm_array_info *info, dm_block_t root, in dm_array_walk() function 819 EXPORT_SYMBOL_GPL(dm_array_walk);
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-metadata.c | 1217 return dm_array_walk(&cmd->info, cmd->root, __load_mapping, &thunk); in __load_mappings() 1248 return dm_array_walk(&cmd->info, cmd->root, __dump_mapping, NULL); in __dump_mappings()
|