Searched refs:tree_slot (Results 1 – 1 of 1) sorted by relevance
1894 struct block_map_tree_slot tree_slot = lock->tree_slots[height]; in attempt_page_lock() local1900 .page_index = tree_slot.page_index, in attempt_page_lock()1901 .slot = tree_slot.block_map_slot.slot, in attempt_page_lock()2223 struct block_map_tree_slot tree_slot; in vdo_find_block_map_slot() local2238 tree_slot = (struct block_map_tree_slot) { in vdo_find_block_map_slot()2249 lock->tree_slots[lock->height] = tree_slot; in vdo_find_block_map_slot()2258 tree_slot.block_map_slot.slot = 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()2264 mapping = vdo_unpack_block_map_entry(&page->entries[tree_slot.block_map_slot.slot]); in vdo_find_block_map_slot()[all …]