Lines Matching defs:forest
72 struct forest { struct
73 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()
2336 struct boundary *new_boundary, struct forest *forest) in make_segment()
2417 static void deforest(struct forest *forest, size_t first_page_segment) in deforest()
2445 struct forest *forest, *old_forest = map->forest; in make_forest() local
3054 struct forest *forest = vdo_forget(map->next_forest); in vdo_abandon_block_map_growth() local