Searched refs:index_zone (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | sparse-cache.h | 26 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,
|
D | index.c | 78 static bool is_zone_chapter_sparse(const struct index_zone *zone, u64 virtual_chapter) in is_zone_chapter_sparse() 127 struct index_zone *zone; in triage_index_request() 151 static int simulate_index_zone_barrier_message(struct index_zone *zone, in simulate_index_zone_barrier_message() 197 static int swap_open_chapter(struct index_zone *zone) in swap_open_chapter() 229 static int announce_chapter_closed(struct index_zone *zone, u64 closed_chapter) in announce_chapter_closed() 250 static int open_next_chapter(struct index_zone *zone) in open_next_chapter() 294 static int handle_chapter_closed(struct index_zone *zone, u64 virtual_chapter) in handle_chapter_closed() 305 struct index_zone *zone = request->index->zones[request->zone_number]; in dispatch_index_zone_control_request() 330 const struct index_zone *zone, u64 virtual_chapter) in set_chapter_location() 341 static int search_sparse_cache_in_zone(struct index_zone *zone, struct uds_request *request, in search_sparse_cache_in_zone() [all …]
|
D | index.h | 28 struct index_zone { struct 45 struct index_zone **zones; argument
|
D | sparse-cache.c | 492 int uds_update_sparse_cache(struct index_zone *zone, u64 virtual_chapter) in uds_update_sparse_cache() 575 int uds_search_sparse_cache(struct index_zone *zone, const struct uds_record_name *name, in uds_search_sparse_cache()
|