Searched defs:QCOW_OFLAG_COPIED (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dqcow2.h33 #define QCOW_OFLAG_COPIED (1LL << 63) macro
/external/qemu/block/
H A Dqcow2.h43 #define QCOW_OFLAG_COPIED (1LL << 63) macro
/external/e2fsprogs/misc/
H A De2image.c50 #define QCOW_OFLAG_COPIED (1LL << 63) macro
1056 ext2fs_cpu_to_be64(table->offset | QCOW_OFLAG_COPIED);
1060 table->data[l2_index] = ext2fs_cpu_to_be64(data | QCOW_OFLAG_COPIED);

Completed in 404 milliseconds