Home | Sort by relevance Sort by last modified time |
/external/qemu/block/ | |
qcow2.h | 49 #define MIN_CLUSTER_BITS 9 |
qcow2.c | 164 if (header.cluster_bits < MIN_CLUSTER_BITS || 887 if (s->cluster_bits < MIN_CLUSTER_BITS || 892 1 << MIN_CLUSTER_BITS, [all...] |