Searched refs:index_zone (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.h26 struct index_zone;
38 int __must_check uds_update_sparse_cache(struct index_zone *zone, u64 virtual_chapter);
42 int __must_check uds_search_sparse_cache(struct index_zone *zone,
H A Dindex.h28 struct index_zone { struct
45 struct index_zone **zones;
H A Dindex.c78 static bool is_zone_chapter_sparse(const struct index_zone *zone, u64 virtual_chapter)
127 struct index_zone *zone;
151 static int simulate_index_zone_barrier_message(struct index_zone *zone,
197 static int swap_open_chapter(struct index_zone *zone)
232 static int announce_chapter_closed(struct index_zone *zone, u64 closed_chapter)
253 static int open_next_chapter(struct index_zone *zone)
297 static int handle_chapter_closed(struct index_zone *zone, u64 virtual_chapter)
308 struct index_zone *zone = request->index->zones[request->zone_number];
333 const struct index_zone *zone, u64 virtual_chapter)
344 static int search_sparse_cache_in_zone(struct index_zone *zon
[all...]
H A Dsparse-cache.c492 int uds_update_sparse_cache(struct index_zone *zone, u64 virtual_chapter)
575 int uds_search_sparse_cache(struct index_zone *zone, const struct uds_record_name *name,

Completed in 212 milliseconds