Home
last modified time | relevance | path

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

/linux/drivers/md/persistent-data/
A Ddm-array.h68 struct dm_array_info { struct
82 void dm_array_info_init(struct dm_array_info *info,
92 int dm_array_empty(struct dm_array_info *info, dm_block_t *root);
109 int dm_array_resize(struct dm_array_info *info, dm_block_t root,
130 int dm_array_new(struct dm_array_info *info, dm_block_t *root,
137 int dm_array_del(struct dm_array_info *info, dm_block_t root);
149 int dm_array_get_value(struct dm_array_info *info, dm_block_t root,
167 int dm_array_set_value(struct dm_array_info *info, dm_block_t root,
179 int dm_array_walk(struct dm_array_info *info, dm_block_t root,
196 struct dm_array_info *info;
[all …]
A Ddm-array.c216 static int get_ablock(struct dm_array_info *info, dm_block_t b, in get_ablock()
389 struct dm_array_info *info;
575 struct dm_array_info *info = context; in block_inc()
590 struct dm_array_info *info = context; in __block_dec()
635 void dm_array_info_init(struct dm_array_info *info, in dm_array_info_init()
653 int dm_array_empty(struct dm_array_info *info, dm_block_t *root) in dm_array_empty()
691 int dm_array_resize(struct dm_array_info *info, dm_block_t root, in dm_array_resize()
725 int dm_array_new(struct dm_array_info *info, dm_block_t *root, in dm_array_new()
766 int dm_array_del(struct dm_array_info *info, dm_block_t root) in dm_array_del()
854 struct dm_array_info *info;
[all …]
A Ddm-bitset.h68 struct dm_array_info array_info;
/linux/drivers/md/
A Ddm-cache-metadata.c113 struct dm_array_info info;
114 struct dm_array_info hint_info;
A Ddm-era-target.c285 struct dm_array_info era_array_info;

Completed in 13 milliseconds