OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QCOW_OFLAG_COPIED
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/ext2fs/
qcow2.h
33
#define
QCOW_OFLAG_COPIED
(1LL << 63)
qcow2.c
203
~
QCOW_OFLAG_COPIED
;
221
~
QCOW_OFLAG_COPIED
;
/external/e2fsprogs/misc/
e2image.c
50
#define
QCOW_OFLAG_COPIED
(1LL << 63)
1056
ext2fs_cpu_to_be64(table->offset |
QCOW_OFLAG_COPIED
);
1060
table->data[l2_index] = ext2fs_cpu_to_be64(data |
QCOW_OFLAG_COPIED
);
[
all
...]
Completed in 855 milliseconds