Searched refs:dm_array_get_value (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-array.h52 * d) Get a value from the array with dm_array_get_value().
57 * efficient than making many calls to dm_array_get_value().
150 int dm_array_get_value(struct dm_array_info *info, dm_block_t root,
H A Ddm-bitset.c136 r = dm_array_get_value(&info->array_info, root, array_index, &value);
H A Ddm-array.c778 int dm_array_get_value(struct dm_array_info *info, dm_block_t root, function
804 EXPORT_SYMBOL_GPL(dm_array_get_value); variable
/linux-master/drivers/md/
H A Ddm-cache-metadata.c901 r = dm_array_get_value(&cmd->info, cmd->root, from_cblock(b), &value);
1561 r = dm_array_get_value(&cmd->info, cmd->root, from_cblock(cblock), &value);

Completed in 116 milliseconds