Home
last modified time | relevance | path

Searched refs:chapter_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c73 u32 chapter_count; member
94 u32 chapter_count; member
213 params->chapter_count = geometry->chapters_per_volume; in compute_volume_sub_index_parameters()
219 rounded_chapters = params->chapter_count; in compute_volume_sub_index_parameters()
402 if (likely(relative_chapter >= flush_range->chapter_count)) { in flush_invalid_entries()
476 flush_range->chapter_count = 0; in get_volume_index_entry()
501 range.chapter_count = (flush_count > sub_index->chapter_mask ? in get_volume_sub_index_record()
631 zone->virtual_chapter_low = (virtual_chapter >= sub_index->chapter_count ? in set_volume_sub_index_zone_open_chapter()
632 virtual_chapter - sub_index->chapter_count + 1 : in set_volume_sub_index_zone_open_chapter()
1191 sub_index->chapter_count = params.chapter_count; in initialize_volume_sub_index()
H A Dvolume-index.h79 u32 chapter_count; member