Lines Matching defs:qcow2_header_disk
110 struct qcow2_header_disk { struct
111 u32 magic;
112 u32 version;
114 u64 backing_file_offset;
115 u32 backing_file_size;
117 u32 cluster_bits;
118 u64 size; /* in bytes */
119 u32 crypt_method;
121 u32 l1_size;
122 u64 l1_table_offset;
124 u64 refcount_table_offset;
125 u32 refcount_table_clusters;
127 u32 nb_snapshots;
128 u64 snapshots_offset;