Searched refs:block_map_slot (Results 1 – 7 of 7) 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()1298 entry->slot = (struct block_map_slot) { in unpack_entry()1340 .block_map_slot = entry.slot, in append_sector_entries()[all …]
1804 lock->tree_slots[lock->height - 1].block_map_slot.pbn = mapping.pbn; in continue_with_loaded_page()1835 pbn = tree_lock->tree_slots[tree_lock->height].block_map_slot.pbn; in finish_block_map_page_load()1901 .slot = tree_slot.block_map_slot.slot, in attempt_page_lock()2081 pbn = tree_lock->tree_slots[height - 1].block_map_slot.pbn; in finish_block_map_allocation()2176 lock->tree_slots[lock->height - 1].block_map_slot.pbn = pbn; in allocate_block()2235 lock->tree_slots[0].block_map_slot.slot = in vdo_find_block_map_slot()2240 .block_map_slot = { in vdo_find_block_map_slot()2253 lock->tree_slots[lock->height].block_map_slot.pbn = pbn; in vdo_find_block_map_slot()2258 tree_slot.block_map_slot.slot = in vdo_find_block_map_slot()3090 data_vio->tree_lock.tree_slots[0].block_map_slot.pbn, in fetch_mapping_page()[all …]
140 struct block_map_slot { struct
65 struct block_map_slot block_map_slot; member
219 struct block_map_slot slot;
1353 .slot = lock->tree_slots[lock->height].block_map_slot, in add_queued_recovery_entries()
2029 if (data_vio->tree_lock.tree_slots[0].block_map_slot.pbn == VDO_ZERO_BLOCK) { in continue_data_vio_with_block_map_slot()
Completed in 33 milliseconds