Lines Matching full:chapter
37 * Each subindex zone is a delta index where the payload is a chapter number. The volume index can
44 * whether a new chapter should be loaded into the sparse index cache. This operation only uses the
47 * There are three ways of expressing chapter numbers in the volume index: virtual, index, and
48 * rolling. The interface to the volume index uses virtual chapter numbers, which are 64 bits long.
50 * high-order bits. When the index needs to deal with ordering of index chapter numbers, as when
51 * flushing entries from older chapters, it rolls the index chapter number around so that the
55 * For efficiency, when older chapter numbers become invalid, the index does not immediately remove
66 /* The number of bits in chapter number */
74 /* The number of bits per chapter */
216 * the volume is reduced by one chapter. This preserves the mapping from name to volume in compute_volume_sub_index_parameters()
241 * chapter is: in compute_volume_sub_index_parameters()
254 * entries in a 1024 chapter index, so round this up to use 4 chapters per 1024 chapters in in compute_volume_sub_index_parameters()
337 /* Adjust the number of records indexed for each chapter. */ in split_configuration()
572 "cannot put record into chapter number %llu that is out of the valid range %llu to %llu", in uds_put_volume_index_record()
648 "zone %u: At chapter %llu, expiring chapter %llu early", in set_volume_sub_index_zone_open_chapter()
666 "zone %u: At chapter %llu, expiring chapters %llu to %llu early", in set_volume_sub_index_zone_open_chapter()
686 * chapter number is changing. in uds_set_volume_index_zone_open_chapter()
697 * Set the newest open chapter number for the index, while also advancing the oldest valid chapter
724 "cannot set chapter number %llu that is out of the valid range %llu to %llu", in uds_set_volume_index_record_chapter()
861 …"Inconsistent volume index zone files: Chapter range is [%llu,%llu], chapter range %d is [%llu,%ll… in start_restoring_volume_sub_index()
1214 result = vdo_allocate(params.list_count, u64, "first chapter to flush", in initialize_volume_sub_index()