Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
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,
A Dindex.c127 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()
250 static int open_next_chapter(struct index_zone *zone) in open_next_chapter()
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()
579 struct index_zone *zone = index->zones[request->zone_number]; in dispatch_index_request()
1111 static void free_index_zone(struct index_zone *zone) in free_index_zone()
1124 struct index_zone *zone; in make_index_zone()
1126 result = vdo_allocate(1, struct index_zone, "index zone", &zone); in make_index_zone()
[all …]
A Dindex.h28 struct index_zone { struct
45 struct index_zone **zones; argument
A Dsparse-cache.c492 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()

Completed in 13 milliseconds