Lines Matching refs:volume_offset
186 u64 volume_offset; member
366 super->volume_offset = 0; in generate_super_block_data()
691 sizeof(layout->super.volume_offset) - in make_layout_region_table()
737 encode_u64_le(buffer, &offset, layout->super.volume_offset); in write_layout_header()
1229 decode_u64_le(buffer, &offset, &super->volume_offset); in read_super_block_data()
1232 super->volume_offset = 0; in read_super_block_data()
1250 if (super->volume_offset < super->start_offset) { in read_super_block_data()
1254 (unsigned long long) super->volume_offset); in read_super_block_data()
1312 next_block += sil->volume.block_count + layout->super.volume_offset; in verify_sub_index()
1324 next_block -= layout->super.volume_offset; in verify_sub_index()
1365 result = verify_region(&layout->seal, next_block + layout->super.volume_offset, in reconstitute_layout()
1408 first_block -= (super->volume_offset - super->start_offset); in load_super_block()
1626 offset = layout->super.volume_offset - layout->super.start_offset; in verify_uds_index_config()
1755 layout->super.volume_offset - in uds_open_volume_bufio()