Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dblock-map.c2681 page_count_t level_pages = leaf_pages / map->root_count; in compute_boundary() local
2684 level_pages++; in compute_boundary()
2687 boundary.levels[height] = level_pages; in compute_boundary()
2688 level_pages = DIV_ROUND_UP(level_pages, VDO_BLOCK_MAP_ENTRIES_PER_PAGE); in compute_boundary()