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