Searched refs:block_map_zone (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | block-map.c | 60 struct block_map_zone *zone; 98 struct block_map_zone *zone; 622 static void check_for_drain_complete(struct block_map_zone *zone) in check_for_drain_complete() 636 static void enter_zone_read_only_mode(struct block_map_zone *zone, int result) in enter_zone_read_only_mode() 1209 struct block_map_zone *zone, physical_block_number_t pbn, in vdo_get_page() 1375 static inline struct tree_page *get_tree_page(const struct block_map_zone *zone, in get_tree_page() 1437 static bool __must_check is_not_older(struct block_map_zone *zone, u8 a, u8 b) in is_not_older() 1453 static void release_generation(struct block_map_zone *zone, u8 generation) in release_generation() 1470 static void set_generation(struct block_map_zone *zone, struct tree_page *page, in set_generation() 1502 static void acquire_vio(struct vdo_waiter *waiter, struct block_map_zone *zon [all...] |
H A D | block-map.h | 95 struct block_map_zone *zone; 233 struct block_map_zone { struct 279 struct block_map_zone zones[]; 302 struct block_map_zone *zone, physical_block_number_t pbn, 328 void vdo_write_tree_page(struct tree_page *page, struct block_map_zone *zone); 234 zone_numberblock_map_zone global() argument 235 thread_idblock_map_zone global() argument 236 stateblock_map_zone global() argument 237 block_mapblock_map_zone global() argument 239 dirty_listsblock_map_zone global() argument 240 page_cacheblock_map_zone global() argument 241 active_lookupsblock_map_zone global() argument 242 loading_pagesblock_map_zone global() argument 243 vio_poolblock_map_zone global() argument 245 flusherblock_map_zone global() argument 246 flush_waitersblock_map_zone global() argument 248 generationblock_map_zone global() argument 249 oldest_generationblock_map_zone global() argument 251 dirty_page_countsblock_map_zone global() argument
|
H A D | logical-zone.h | 29 struct block_map_zone *block_map_zone; member
|
H A D | logical-zone.c | 70 zone->block_map_zone = &vdo->block_map->zones[zone_number]; in initialize_zone()
|