Searched defs:dm_array_info (Results 1 - 1 of 1) sorted by relevance

/drivers/md/persistent-data/
H A Ddm-array.h33 * a) initialise a dm_array_info structure. This describes the array
68 struct dm_array_info { struct
75 * Sets up a dm_array_info structure. You don't need to do anything with
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,
118 int dm_array_del(struct dm_array_info *info, dm_block_t root);
130 int dm_array_get_value(struct dm_array_info *info, dm_block_t root,
148 int dm_array_set_value(struct dm_array_info *info, dm_block_t root,
160 int dm_array_walk(struct dm_array_info *inf
[all...]

Completed in 207 milliseconds