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

  /external/qemu/block/
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) {
qcow2-cluster.c 375 } else if (cluster_offset & QCOW_OFLAG_COMPRESSED) {
625 cluster_offset |= QCOW_OFLAG_COMPRESSED |
786 if (cluster_offset & QCOW_OFLAG_COMPRESSED)
807 (cluster_offset & QCOW_OFLAG_COMPRESSED))
qcow2.h 45 #define QCOW_OFLAG_COMPRESSED (1LL << 62)
qcow2-refcount.c 704 if (cluster_offset & QCOW_OFLAG_COMPRESSED) {
793 if (offset & QCOW_OFLAG_COMPRESSED) {
953 if (offset & QCOW_OFLAG_COMPRESSED) {
    [all...]
qcow2.c 396 } else if (acb->cluster_offset & QCOW_OFLAG_COMPRESSED) {
453 } else if (acb->cluster_offset & QCOW_OFLAG_COMPRESSED) {
    [all...]

Completed in 239 milliseconds