Searched refs:dm_array_set_value (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-array.h54 * e) Set a value in the array with dm_array_set_value().
168 int dm_array_set_value(struct dm_array_info *info, dm_block_t root,
H A Ddm-bitset.c118 r = dm_array_set_value(&info->array_info, root, info->current_index,
H A Ddm-array.c847 int dm_array_set_value(struct dm_array_info *info, dm_block_t root,
857 EXPORT_SYMBOL_GPL(dm_array_set_value); variable
/linux-master/drivers/md/
H A Ddm-cache-metadata.c1236 r = dm_array_set_value(&cmd->info, cmd->root, from_cblock(cblock),
1264 r = dm_array_set_value(&cmd->info, cmd->root, from_cblock(cblock),
1574 r = dm_array_set_value(&cmd->info, cmd->root, from_cblock(cblock),
H A Ddm-era-target.c731 r = dm_array_set_value(&md->era_array_info, md->era_array_root,
734 DMERR("%s: dm_array_set_value failed", __func__);

Completed in 188 milliseconds