Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
A Dvolume-index.c144 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()
159 (virtual_chapter <= volume_index_zone->virtual_chapter_high)); in is_virtual_chapter_indexed()
485 const struct volume_sub_index_zone *volume_index_zone; in get_volume_sub_index_record() local
494 volume_index_zone = get_zone_for_record(record); in get_volume_sub_index_record()
496 if (flush_chapter < volume_index_zone->virtual_chapter_low) { 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()
1021 encode_u64_le(buffer, &offset, volume_index_zone->virtual_chapter_low); in start_saving_volume_sub_index()
1022 encode_u64_le(buffer, &offset, volume_index_zone->virtual_chapter_high); in start_saving_volume_sub_index()
[all …]
A Dvolume-index.h88 struct volume_index_zone { struct
99 struct volume_index_zone *zones; argument

Completed in 9 milliseconds