Lines Matching full:chapter
6 #include "open-chapter.h"
19 * Each index zone has a dedicated open chapter zone structure which gets an equal share of the
20 * open chapter space. Records are assigned to zones based on their record name. Within each zone,
32 * Once any open chapter zone fills its available space, the chapter is closed. The records from
35 * contain valid records. The chapter then constructs a delta index which maps each record name to
39 * When the index is saved, the open chapter records are saved in a single array, once again
72 struct open_chapter_zone_slot, "open chapter", in uds_make_open_chapter()
152 /* Add a record to the open chapter zone and return the remaining space. */
202 /* Map each record name to its record page number in the delta chapter index. */
220 * the chapter zone if it was closed early, and also to replace any deleted records. The in fill_delta_chapter_index()
263 "failed to build open chapter index"); in fill_delta_chapter_index()
269 vdo_log_warning("Failed to add %d entries to chapter index", in fill_delta_chapter_index()
364 * Track which zones cannot accept any more records. If the open chapter had a different in load_version20()
421 "Invalid open chapter version: %.*s", in uds_load_open_chapter()