Searched defs:ext2_qcow2_image (Results 1 – 1 of 1) sorted by relevance
90 struct ext2_qcow2_image { struct91 int fd;92 struct ext2_qcow2_hdr *hdr;93 struct ext2_qcow2_l2_cache *l2_cache;94 struct ext2_qcow2_refcount refcount;95 __u32 cluster_size;96 __u32 cluster_bits;97 __u32 l1_size;98 __u32 l2_size;100 __u64 *l1_table;[all …]