Home
last modified time | relevance | path

Searched defs:BDRVQcow2State (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2.h327 typedef struct BDRVQcow2State { struct
328 int cluster_bits;
329 int cluster_size;
330 int l2_slice_size;
331 int subcluster_bits;
332 int subcluster_size;
333 int subclusters_per_cluster;
334 int l2_bits;
335 int l2_size;
336 int l1_size;
[all …]