Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c488 u64 flush_chapter = sub_index->flush_chapters[delta_list_number]; in get_volume_sub_index_record() local
496 if (flush_chapter < volume_index_zone->virtual_chapter_low) { in get_volume_sub_index_record()
498 u64 flush_count = volume_index_zone->virtual_chapter_low - flush_chapter; in get_volume_sub_index_record()
500 range.chapter_start = convert_virtual_to_index(sub_index, flush_chapter); in get_volume_sub_index_record()
506 flush_chapter = convert_index_to_virtual(record, range.chapter_start); in get_volume_sub_index_record()
507 if (flush_chapter > volume_index_zone->virtual_chapter_high) in get_volume_sub_index_record()
508 flush_chapter = volume_index_zone->virtual_chapter_high; in get_volume_sub_index_record()
509 sub_index->flush_chapters[delta_list_number] = flush_chapter; in get_volume_sub_index_record()