HomeSort by relevance Sort by last modified time
    Searched defs:QCOW_OFLAG_COMPRESSED (Results 1 - 2 of 2) sorted by null

  /external/qemu/block/
qcow2.h 45 #define QCOW_OFLAG_COMPRESSED (1LL << 62)
qcow.c 39 #define QCOW_OFLAG_COMPRESSED (1LL << 63)
320 ((cluster_offset & QCOW_OFLAG_COMPRESSED) && allocate == 1)) {
324 if ((cluster_offset & QCOW_OFLAG_COMPRESSED) &&
365 cluster_offset |= QCOW_OFLAG_COMPRESSED |
468 } else if (cluster_offset & QCOW_OFLAG_COMPRESSED) {
557 } else if (acb->cluster_offset & QCOW_OFLAG_COMPRESSED) {
600 } else if (acb->cluster_offset & QCOW_OFLAG_COMPRESSED) {

Completed in 23 milliseconds