Lines Matching refs:root_index
48 root_count_t root_index; member
1352 root_count_t root_index, in get_tree_page_by_index() argument
1363 struct block_map_tree *tree = &forest->trees[root_index]; in get_tree_page_by_index()
1378 return get_tree_page_by_index(zone->block_map->forest, lock->root_index, in get_tree_page()
1701 what, (unsigned long long) lock->key, lock->root_index); in release_page_lock()
1707 what, (unsigned long long) lock->key, lock->root_index); in release_page_lock()
1895 .root_index = lock->root_index, in attempt_page_lock()
2299 root_count_t root_index = page_number % map->root_count; in vdo_find_block_map_page_pbn() local
2305 tree_page = get_tree_page_by_index(map->forest, root_index, 1, page_index); in vdo_find_block_map_page_pbn()
2642 static struct boundary compute_boundary(struct block_map *map, root_count_t root_index) in compute_boundary() argument
2655 if (root_index <= last_tree_root) in compute_boundary()
2952 tree_lock->root_index = page_number % map->root_count; in vdo_compute_logical_zone()
2953 return (tree_lock->root_index % map->zone_count); in vdo_compute_logical_zone()