OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QCOW_MAGIC
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/ext2fs/
qcow2.h
31
#define
QCOW_MAGIC
(('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
qcow2.c
75
if ((ext2fs_be32_to_cpu(hdr->magic) !=
QCOW_MAGIC
) ||
/external/e2fsprogs/misc/
e2image.c
882
header->magic = ext2fs_cpu_to_be32(
QCOW_MAGIC
);
[
all
...]
Completed in 119 milliseconds