Home
last modified time | relevance | path

Searched refs:dm_array_info (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/persistent-data/
H A Ddm-array.h34 * a) initialise a dm_array_info structure. This describes the array
69 struct dm_array_info { struct
76 * Sets up a dm_array_info structure. You don't need to do anything with argument
83 void dm_array_info_init(struct dm_array_info *info,
93 int dm_array_empty(struct dm_array_info *info, dm_block_t *root);
110 int dm_array_resize(struct dm_array_info *info, dm_block_t root,
131 int dm_array_new(struct dm_array_info *info, dm_block_t *root,
138 int dm_array_del(struct dm_array_info *info, dm_block_t root);
150 int dm_array_get_value(struct dm_array_info *info, dm_block_t root,
168 int dm_array_set_value(struct dm_array_info *inf
[all...]
H A Ddm-bitset.h65 * Opaque object. Unlike dm_array_info, you should have one of these per
69 struct dm_array_info array_info;
/linux/drivers/md/
H A Ddm-cache-metadata.c114 struct dm_array_info info;
115 struct dm_array_info hint_info;
H A Ddm-era-target.c295 struct dm_array_info era_array_info;