Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c104 u64 virtual_chapter_low; member
141 u32 rolling_chapter = ((index_chapter - volume_index_zone->virtual_chapter_low) & in convert_index_to_virtual()
144 return volume_index_zone->virtual_chapter_low + rolling_chapter; in convert_index_to_virtual()
158 return ((virtual_chapter >= volume_index_zone->virtual_chapter_low) && in is_virtual_chapter_indexed()
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()
568 u64 low = get_zone_for_record(record)->virtual_chapter_low; in uds_put_volume_index_record()
631 zone->virtual_chapter_low = (virtual_chapter >= sub_index->chapter_count ? in set_volume_sub_index_zone_open_chapter()
651 (unsigned long long) zone->virtual_chapter_low); in set_volume_sub_index_zone_open_chapter()
653 zone->virtual_chapter_low++; in set_volume_sub_index_zone_open_chapter()
[all …]
H A Dvolume-index.h52 u64 virtual_chapter_low; member