Searched refs:VDO_BLOCK_MAP_ENTRIES_PER_PAGE (Results 1 – 5 of 5) sorted by relevance
21 VDO_BLOCK_MAP_ENTRIES_PER_PAGE = 812, enumerator
2236 data_vio->logical.lbn % VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in vdo_find_block_map_slot()2239 .page_index = page_index / VDO_BLOCK_MAP_ENTRIES_PER_PAGE, in vdo_find_block_map_slot()2242 .slot = page_index % VDO_BLOCK_MAP_ENTRIES_PER_PAGE, in vdo_find_block_map_slot()2259 tree_slot.page_index % VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in vdo_find_block_map_slot()2260 tree_slot.page_index = tree_slot.page_index / VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in vdo_find_block_map_slot()2304 slot_number_t slot = page_index % VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in vdo_find_block_map_page_pbn()2306 page_index /= VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in vdo_find_block_map_page_pbn()2570 for (; level->slot < VDO_BLOCK_MAP_ENTRIES_PER_PAGE; level->slot++) { in traverse()2573 (VDO_BLOCK_MAP_ENTRIES_PER_PAGE * level->page_index) + level->slot; in traverse()2663 level_pages = DIV_ROUND_UP(level_pages, VDO_BLOCK_MAP_ENTRIES_PER_PAGE); in compute_boundary()[all …]
404 for (slot = start; slot < VDO_BLOCK_MAP_ENTRIES_PER_PAGE; slot++) { in remove_out_of_bounds_entries()488 last_slot = VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in rebuild_reference_counts_from_page()587 .slot = map->entry_count % VDO_BLOCK_MAP_ENTRIES_PER_PAGE, in rebuild_from_leaves()591 repair->last_slot.slot = VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in rebuild_from_leaves()755 (entry->slot.slot >= VDO_BLOCK_MAP_ENTRIES_PER_PAGE) || in validate_recovery_journal_entry()
889 return DIV_ROUND_UP(entries, VDO_BLOCK_MAP_ENTRIES_PER_PAGE); in vdo_compute_block_map_page_count()
452 level_size = DIV_ROUND_UP(level_size, VDO_BLOCK_MAP_ENTRIES_PER_PAGE); in vdo_compute_new_forest_pages()
Completed in 42 milliseconds