Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c142 record->sub_index->chapter_mask); in convert_index_to_virtual()
150 return virtual_chapter & sub_index->chapter_mask; in convert_virtual_to_index()
400 record->sub_index->chapter_mask); in flush_invalid_entries()
422 u32 next_chapter_to_invalidate = sub_index->chapter_mask; in get_volume_index_entry()
474 next_chapter_to_invalidate &= sub_index->chapter_mask; in get_volume_index_entry()
501 range.chapter_count = (flush_count > sub_index->chapter_mask ? in get_volume_sub_index_record()
502 sub_index->chapter_mask + 1 : in get_volume_sub_index_record()
766 rolling_chapter = (index_chapter - zone->virtual_chapter_low) & sub_index->chapter_mask; in lookup_volume_sub_index_name()
1190 sub_index->chapter_mask = (1u << params.chapter_bits) - 1; in initialize_volume_sub_index()
H A Dvolume-index.h77 u32 chapter_mask; member