Searched defs:block_map_zone (Results 1 – 2 of 2) sorted by relevance
233 struct block_map_zone { struct234 zone_count_t zone_number;235 thread_id_t thread_id;236 struct admin_state state;237 struct block_map *block_map;239 struct dirty_lists *dirty_lists;240 struct vdo_page_cache page_cache;241 data_vio_count_t active_lookups;242 struct int_map *loading_pages;243 struct vio_pool *vio_pool;[all …]
29 struct block_map_zone *block_map_zone; member