Lines Matching defs:ext2_qcow2_hdr
40 struct ext2_qcow2_hdr { struct
41 __u32 magic;
42 __u32 version;
44 __u64 backing_file_offset;
45 __u32 backing_file_size;
47 __u32 cluster_bits;
48 __u64 size;
49 __u32 crypt_method;
51 __u32 l1_size;
52 __u64 l1_table_offset;
54 __u64 refcount_table_offset;
55 __u32 refcount_table_clusters;
57 __u32 nb_snapshots;
58 __u64 snapshots_offset;