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

/linux-master/drivers/md/persistent-data/
H A Ddm-array.h42 * want to create a brand new, empty array with dm_array_empty().
93 int dm_array_empty(struct dm_array_info *info, dm_block_t *root);
H A Ddm-bitset.c39 return dm_array_empty(&info->array_info, root);
H A Ddm-array.c657 int dm_array_empty(struct dm_array_info *info, dm_block_t *root) function
661 EXPORT_SYMBOL_GPL(dm_array_empty); variable
739 r = dm_array_empty(info, root);
/linux-master/drivers/md/
H A Ddm-era-target.c465 r = dm_array_empty(&md->era_array_info, &md->era_array_root);
H A Ddm-cache-metadata.c405 r = dm_array_empty(&cmd->info, &cmd->root);

Completed in 191 milliseconds