Lines Matching full:root
25 * size along with the array root in your encompassing data.
38 * b) Get yourself a root. The root is the index of a block of data on the
40 * pre existing root in your metadata that you wish to use, or you may
45 * root for a _new_ array. If you've incremented the old root, via
47 * it in parallel with the new root.
90 * root - on success this will be filled out with the root block
92 int dm_array_empty(struct dm_array_info *info, dm_block_t *root);
98 * root - the root block of the array on disk
103 * new_root - on success, points to the new root block
109 int dm_array_resize(struct dm_array_info *info, dm_block_t root,
124 * root - the root block of the array on disk
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);
143 * root - root block of the array
149 int dm_array_get_value(struct dm_array_info *info, dm_block_t root,
156 * root - root block of the array
160 * new_root - the new root block
167 int dm_array_set_value(struct dm_array_info *info, dm_block_t root,
175 * root - root block of the array
179 int dm_array_walk(struct dm_array_info *info, dm_block_t root,
205 dm_block_t root, struct dm_array_cursor *c);