Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/
H A Dblock-map.c1897 .page_index = tree_slot.page_index, in attempt_page_lock()
1898 .slot = tree_slot.block_map_slot.slot, in attempt_page_lock()
2220 struct block_map_tree_slot tree_slot; in vdo_find_block_map_slot() local
2235 tree_slot = (struct block_map_tree_slot) { in vdo_find_block_map_slot()
2246 lock->tree_slots[lock->height] = tree_slot; in vdo_find_block_map_slot()
2255 tree_slot.block_map_slot.slot = in vdo_find_block_map_slot()
2256 tree_slot.page_index % VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in vdo_find_block_map_slot()
2257 tree_slot.page_index = tree_slot.page_index / VDO_BLOCK_MAP_ENTRIES_PER_PAGE; in vdo_find_block_map_slot()
3167 struct block_map_tree_slot *tree_slot; in get_mapping_from_fetched_page() local
3181 tree_slot = &data_vio->tree_lock.tree_slots[0]; in get_mapping_from_fetched_page()
[all …]