Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
A Dconstants.h21 VDO_BLOCK_MAP_ENTRIES_PER_PAGE = 812, enumerator
A Dblock-map.c2236 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 …]
A Drepair.c404 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()
A Dencodings.h889 return DIV_ROUND_UP(entries, VDO_BLOCK_MAP_ENTRIES_PER_PAGE); in vdo_compute_block_map_page_count()
A Dencodings.c452 level_size = DIV_ROUND_UP(level_size, VDO_BLOCK_MAP_ENTRIES_PER_PAGE); in vdo_compute_new_forest_pages()

Completed in 42 milliseconds