Lines Matching refs:const_header
752 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
762 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
764 ret = bdrv_pread(file, 0, &const_header, sizeof(const_header)); in vmdk_open_se_sparse()
774 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
782 const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
799 const_header.capacity, in vmdk_open_se_sparse()
800 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
802 const_header.grain_dir_size * in vmdk_open_se_sparse()
804 const_header.grain_table_size * in vmdk_open_se_sparse()
806 const_header.grain_size, in vmdk_open_se_sparse()
814 extent->sesparse_l2_tables_offset = const_header.grain_tables_offset; in vmdk_open_se_sparse()
815 extent->sesparse_clusters_offset = const_header.grains_offset; in vmdk_open_se_sparse()