Lines Matching full:chapter
6 #include "chapter-index.h"
23 result = vdo_allocate(1, struct open_chapter_index, "open chapter index", &index); in uds_make_open_chapter_index()
29 * so give the chapter index one extra page. in uds_make_open_chapter_index()
58 /* Re-initialize an open chapter index for a new chapter. */
87 "Page number within chapter (%u) exceeds the maximum value %u", in uds_put_open_chapter_index_record()
101 "Chunk appears more than once in chapter %llu", in uds_put_open_chapter_index_record()
111 * Pack a section of an open chapter index into a chapter index page. A range of delta lists
112 * (starting with a specified list index) is copied from the open chapter index into a memory page.
115 * @chapter_index: The open chapter index
118 * @last_page: If true, this is the last page of the chapter index and all the remaining lists must
169 vdo_log_warning("The chapter index for chapter %llu contains %llu entries with %llu collisions", in uds_pack_open_chapter_index_page()
201 …vdo_log_warning("To avoid chapter index page overflow in chapter %llu, %u entries were removed fro… in uds_pack_open_chapter_index_page()
208 /* Make a new chapter index page, initializing it with the data from a given index_page buffer. */
219 /* Validate a chapter index page read during rebuild. */
267 * Search a chapter index page for a record name, returning the record page number that may contain