Home
last modified time | relevance | path

Searched refs:level_pages (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Dblock-map.c2653 page_count_t level_pages = leaf_pages / map->root_count; in compute_boundary() local
2656 level_pages++; in compute_boundary()
2659 boundary.levels[height] = level_pages; in compute_boundary()
2660 level_pages = DIV_ROUND_UP(level_pages, VDO_BLOCK_MAP_ENTRIES_PER_PAGE); in compute_boundary()