index_zone
static void free_index_zone(struct index_zone *zone)
struct index_zone *zone;
result = vdo_allocate(1, struct index_zone, "index zone", &zone);
struct index_zone *zone;
result = vdo_allocate(index->zone_count, struct index_zone *, "zones",
struct index_zone *zone;
static int simulate_index_zone_barrier_message(struct index_zone *zone,
static int swap_open_chapter(struct index_zone *zone)
static int announce_chapter_closed(struct index_zone *zone, u64 closed_chapter)
static int open_next_chapter(struct index_zone *zone)
static int handle_chapter_closed(struct index_zone *zone, u64 virtual_chapter)
struct index_zone *zone = request->index->zones[request->zone_number];
const struct index_zone *zone, u64 virtual_chapter)
static int search_sparse_cache_in_zone(struct index_zone *zone, struct uds_request *request,
static int get_record_from_zone(struct index_zone *zone, struct uds_request *request,
static int put_record_in_zone(struct index_zone *zone, struct uds_request *request,
static int search_index_zone(struct index_zone *zone, struct uds_request *request)
static int remove_from_index_zone(struct index_zone *zone, struct uds_request *request)
struct index_zone *zone = index->zones[request->zone_number];
static bool is_zone_chapter_sparse(const struct index_zone *zone, u64 virtual_chapter)
struct index_zone **zones;
int uds_update_sparse_cache(struct index_zone *zone, u64 virtual_chapter)
int uds_search_sparse_cache(struct index_zone *zone, const struct uds_record_name *name,
struct index_zone;
int __must_check uds_update_sparse_cache(struct index_zone *zone, u64 virtual_chapter);
int __must_check uds_search_sparse_cache(struct index_zone *zone,