Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dblock-map.c60 struct block_map_zone *zone;
98 struct block_map_zone *zone;
637 static void check_for_drain_complete(struct block_map_zone *zone) in check_for_drain_complete()
651 static void enter_zone_read_only_mode(struct block_map_zone *zone, int result) in enter_zone_read_only_mode()
1224 struct block_map_zone *zone, physical_block_number_t pbn, in vdo_get_page()
1395 static inline struct tree_page *get_tree_page(const struct block_map_zone *zone, in get_tree_page()
1457 static bool __must_check is_not_older(struct block_map_zone *zone, u8 a, u8 b) in is_not_older()
1473 static void release_generation(struct block_map_zone *zone, u8 generation) in release_generation()
1490 static void set_generation(struct block_map_zone *zone, struct tree_page *page, in set_generation()
1522 static void acquire_vio(struct vdo_waiter *waiter, struct block_map_zone *zone) in acquire_vio()
[all …]
H A Dblock-map.h95 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);
H A Dlogical-zone.h29 struct block_map_zone *block_map_zone; member
H A Dlogical-zone.c70 zone->block_map_zone = &vdo->block_map->zones[zone_number]; in initialize_zone()