Searched refs:block_map_slot (Results 1 – 5 of 5) sorted by relevance
33 struct block_map_slot block_map_slot; member124 struct block_map_slot last_slot;147 if (mapping1->block_map_slot.pbn != mapping2->block_map_slot.pbn) in mapping_is_less_than()148 return mapping1->block_map_slot.pbn < mapping2->block_map_slot.pbn; in mapping_is_less_than()150 if (mapping1->block_map_slot.slot != mapping2->block_map_slot.slot) in mapping_is_less_than()151 return mapping1->block_map_slot.slot < mapping2->block_map_slot.slot; in mapping_is_less_than()586 repair->last_slot = (struct block_map_slot) { in rebuild_from_leaves()971 current_page = current_entry->block_map_slot.pbn; in find_entry_starting_next_page()975 (current_entry->block_map_slot.pbn == current_page)) { in find_entry_starting_next_page()1000 page->entries[current_entry->block_map_slot.slot] = current_entry->block_map_entry; in apply_journal_entries_to_page()[all …]
1803 vdo_unpack_block_map_entry(&page->entries[slot.block_map_slot.slot]); in continue_with_loaded_page()1822 lock->tree_slots[lock->height - 1].block_map_slot.pbn = mapping.pbn; in continue_with_loaded_page()1853 pbn = tree_lock->tree_slots[tree_lock->height].block_map_slot.pbn; in finish_block_map_page_load()1894 physical_block_number_t pbn = lock->tree_slots[lock->height - 1].block_map_slot.pbn; in load_page()1918 .slot = tree_slot.block_map_slot.slot, in attempt_page_lock()1973 data_vio->tree_lock.tree_slots[tree_lock->height].block_map_slot.pbn = pbn; in continue_allocation_for_waiter()2098 pbn = tree_lock->tree_slots[height - 1].block_map_slot.pbn; in finish_block_map_allocation()2193 lock->tree_slots[lock->height - 1].block_map_slot.pbn = pbn; in allocate_block()2253 lock->tree_slots[0].block_map_slot.slot = in vdo_find_block_map_slot()2258 .block_map_slot = { in vdo_find_block_map_slot()[all …]
140 struct block_map_slot { struct
1359 .slot = lock->tree_slots[lock->height].block_map_slot, in add_queued_recovery_entries()
2020 if (data_vio->tree_lock.tree_slots[0].block_map_slot.pbn == VDO_ZERO_BLOCK) { in continue_data_vio_with_block_map_slot()