Lines Matching refs:const_header
825 VMDKSESparseConstHeader const_header; in vmdk_open_se_sparse() local
835 assert(sizeof(const_header) == SECTOR_SIZE); in vmdk_open_se_sparse()
837 ret = bdrv_pread(file, 0, sizeof(const_header), &const_header, 0); in vmdk_open_se_sparse()
847 ret = check_se_sparse_const_header(&const_header, errp); in vmdk_open_se_sparse()
854 ret = bdrv_pread(file, const_header.volatile_header_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
871 const_header.capacity, in vmdk_open_se_sparse()
872 const_header.grain_dir_offset * SECTOR_SIZE, in vmdk_open_se_sparse()
874 const_header.grain_dir_size * in vmdk_open_se_sparse()
876 const_header.grain_table_size * in vmdk_open_se_sparse()
878 const_header.grain_size, in vmdk_open_se_sparse()
886 extent->sesparse_l2_tables_offset = const_header.grain_tables_offset; in vmdk_open_se_sparse()
887 extent->sesparse_clusters_offset = const_header.grains_offset; in vmdk_open_se_sparse()