Lines Matching defs:info
35 * instance data; the same info can be used for many similar arrays if
78 * info - the structure being filled in.
82 void dm_array_info_init(struct dm_array_info *info,
89 * info - describes the array
92 int dm_array_empty(struct dm_array_info *info, dm_block_t *root);
97 * info - describes the array
109 int dm_array_resize(struct dm_array_info *info, dm_block_t root,
123 * info - describes the array
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);
142 * info - describes the array
149 int dm_array_get_value(struct dm_array_info *info, dm_block_t root,
155 * info - describes the array
167 int dm_array_set_value(struct dm_array_info *info, dm_block_t root,
174 * info - describes the array
179 int dm_array_walk(struct dm_array_info *info, dm_block_t root,
196 struct dm_array_info *info;
204 int dm_array_cursor_begin(struct dm_array_info *info,