Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dindex-layout.c184 u64 open_chapter_blocks; member
208 u64 open_chapter_blocks; member
239 sls->open_chapter_blocks = in compute_sizes()
243 1 + (sls->volume_index_blocks + sls->page_map_blocks + sls->open_chapter_blocks); in compute_sizes()
364 super->open_chapter_blocks = sls->open_chapter_blocks; in generate_super_block_data()
733 encode_u64_le(buffer, &offset, layout->super.open_chapter_blocks); in write_layout_header()
1013 super->open_chapter_blocks); in instantiate_index_save_layout()
1029 .block_count = super->open_chapter_blocks, in instantiate_index_save_layout()
1034 next_block += super->open_chapter_blocks; in instantiate_index_save_layout()
1225 decode_u64_le(buffer, &offset, &super->open_chapter_blocks); in read_super_block_data()