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
71 result = vdo_allocate_extended(slot_count, slots, "open chapter", &open_chapter);
150 /* Add a record to the open chapter zone and return the remaining space. */
200 /* Map each record name to its record page number in the delta chapter index. */
218 * the chapter zone if it was closed early, and also to replace any deleted records. The
261 "failed to build open chapter index");
267 vdo_log_warning("Failed to add %d entries to chapter index",
362 * Track which zones cannot accept any more records. If the open chapter had a different
419 "Invalid open chapter version: %.*s",