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

/linux-master/drivers/md/persistent-data/
H A Ddm-array.h59 * g) Destroy the array with dm_array_del(). This tells the transaction
138 int dm_array_del(struct dm_array_info *info, dm_block_t root);
H A Ddm-bitset.c102 return dm_array_del(&info->array_info, root);
H A Ddm-array.c772 int dm_array_del(struct dm_array_info *info, dm_block_t root) function
776 EXPORT_SYMBOL_GPL(dm_array_del); variable
/linux-master/drivers/md/
H A Ddm-era-target.c1124 r = dm_array_del(&md->era_array_info, le64_to_cpu(disk->era_array_root));
H A Ddm-cache-metadata.c1738 r = dm_array_del(&cmd->hint_info, cmd->hint_root);

Completed in 140 milliseconds