Lines Matching refs:dm_block_t
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,
112 const void *value, dm_block_t *new_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,
169 uint32_t index, const void *value, dm_block_t *new_root)
180 int dm_array_walk(struct dm_array_info *info, dm_block_t root,
206 dm_block_t root, struct dm_array_cursor *c);