Searched refs:dm_array_info (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-array.h | 69 struct dm_array_info { struct 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 *info, dm_block_t root, 180 int dm_array_walk(struct dm_array_info *info, dm_block_t root, 197 struct dm_array_info *info; [all …]
|
H A D | dm-array.c | 218 static int get_ablock(struct dm_array_info *info, dm_block_t b, in get_ablock() 391 struct dm_array_info *info; 578 struct dm_array_info *info = context; in block_inc() 593 struct dm_array_info *info = context; in __block_dec() 639 void dm_array_info_init(struct dm_array_info *info, in dm_array_info_init() 657 int dm_array_empty(struct dm_array_info *info, dm_block_t *root) in dm_array_empty() 695 int dm_array_resize(struct dm_array_info *info, dm_block_t root, in dm_array_resize() 731 int dm_array_new(struct dm_array_info *info, dm_block_t *root, in dm_array_new() 772 int dm_array_del(struct dm_array_info *info, dm_block_t root) in dm_array_del() 860 struct dm_array_info *info; [all …]
|
H A D | dm-bitset.h | 69 struct dm_array_info array_info;
|
/openbmc/linux/drivers/md/ |
H A D | dm-cache-metadata.c | 114 struct dm_array_info info; 115 struct dm_array_info hint_info;
|
H A D | dm-era-target.c | 295 struct dm_array_info era_array_info;
|