Lines Matching refs:root_count
2234 page_index = (lock->tree_slots[0].page_index / zone->block_map->root_count); in vdo_find_block_map_slot()
2299 root_count_t root_index = page_number % map->root_count; in vdo_find_block_map_page_pbn()
2300 page_number_t page_index = page_number / map->root_count; in vdo_find_block_map_page_pbn()
2377 for (root = 0; root < forest->map->root_count; root++) { in make_segment()
2428 for (root = 0; root < forest->map->root_count; root++) in deforest()
2452 new_pages = vdo_compute_new_forest_pages(map->root_count, old_boundary, in make_forest()
2459 result = vdo_allocate_extended(struct forest, map->root_count, in make_forest()
2652 page_count_t last_tree_root = (leaf_pages - 1) % map->root_count; in compute_boundary()
2653 page_count_t level_pages = leaf_pages / map->root_count; in compute_boundary()
2681 result = vdo_allocate_extended(struct cursors, map->root_count, in vdo_traverse_forest()
2692 cursors->active_roots = map->root_count; in vdo_traverse_forest()
2693 for (root = 0; root < map->root_count; root++) { in vdo_traverse_forest()
2879 map->root_count = state.root_count; in vdo_decode_block_map()
2921 .root_count = map->root_count, in vdo_record_block_map()
2952 tree_lock->root_index = page_number % map->root_count; in vdo_compute_logical_zone()