Searched defs:forest (Results 1 – 2 of 2) sorted by relevance
72 struct forest { struct73 struct block_map *map;74 size_t segments;75 struct boundary *boundaries;76 struct tree_page **pages;77 struct block_map_tree trees[];1351 static struct tree_page * __must_check get_tree_page_by_index(struct forest *forest, in get_tree_page_by_index()2335 struct boundary *new_boundary, struct forest *forest) in make_segment()2416 static void deforest(struct forest *forest, size_t first_page_segment) in deforest()2444 struct forest *forest, *old_forest = map->forest; in make_forest() local[all …]
272 struct forest *forest; member