OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2fs_cpu_to_be64
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
e2image.c
910
header->size =
ext2fs_cpu_to_be64
(total_size);
916
header->l1_table_offset =
ext2fs_cpu_to_be64
(offset);
934
header->refcount_table_offset =
ext2fs_cpu_to_be64
(offset);
1082
ext2fs_cpu_to_be64
(table->offset | QCOW_OFLAG_COPIED);
1086
table->data[l2_index] =
ext2fs_cpu_to_be64
(data | QCOW_OFLAG_COPIED);
1113
ext2fs_cpu_to_be64
(ref->refcount_block_offset);
1137
ext2fs_cpu_to_be64
(ref->refcount_block_offset);
[
all
...]
/external/e2fsprogs/lib/ext2fs/
bitops.h
21
#define
ext2fs_cpu_to_be64
(x) ((__force __be64)(__u64)(x))
macro
35
#define
ext2fs_cpu_to_be64
(x) ((__force __be64)ext2fs_swab64((__u64)(x)))
macro
/external/e2fsprogs/debugfs/
do_journal.c
233
ext2fs_cpu_to_be64
(revoke_list[i]);
Completed in 146 milliseconds