Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dindex-layout.c106 u64 region_blocks; member
507 .region_blocks = isl->index_save.block_count, in make_index_save_region_table()
525 encode_u64_le(buffer, offset, table->header.region_blocks); in encode_region_table()
697 .region_blocks = layout->total_blocks, in make_layout_region_table()
1151 decode_u64_le(buffer, &offset, &header.region_blocks); in load_region_table()
1344 layout->total_blocks = table->header.region_blocks; in reconstitute_layout()
1546 if (table->header.region_blocks != isl->index_save.block_count) { in load_index_save()
1547 u64 region_blocks = table->header.region_blocks; in load_index_save() local
1553 (unsigned long long) region_blocks); in load_index_save()