Home
last modified time | relevance | path

Searched refs:dm_array_empty (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-array.h93 int dm_array_empty(struct dm_array_info *info, dm_block_t *root);
H A Ddm-array.c657 int dm_array_empty(struct dm_array_info *info, dm_block_t *root) in dm_array_empty() function
661 EXPORT_SYMBOL_GPL(dm_array_empty);
739 r = dm_array_empty(info, root); in dm_array_new()
H A Ddm-bitset.c39 return dm_array_empty(&info->array_info, root); in dm_bitset_empty()
/openbmc/linux/drivers/md/
H A Ddm-era-target.c465 r = dm_array_empty(&md->era_array_info, &md->era_array_root); in create_fresh_metadata()
H A Ddm-cache-metadata.c405 r = dm_array_empty(&cmd->info, &cmd->root); in __format_metadata()