Home
last modified time | relevance | path

Searched refs:ext2fs_cpu_to_be64 (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/misc/
De2image.c918 header->size = ext2fs_cpu_to_be64(total_size); in initialize_qcow2_image()
924 header->l1_table_offset = ext2fs_cpu_to_be64(offset); in initialize_qcow2_image()
942 header->refcount_table_offset = ext2fs_cpu_to_be64(offset); in initialize_qcow2_image()
1090 ext2fs_cpu_to_be64(table->offset | QCOW_OFLAG_COPIED); in add_l2_item()
1094 table->data[l2_index] = ext2fs_cpu_to_be64(data | QCOW_OFLAG_COPIED); in add_l2_item()
1121 ext2fs_cpu_to_be64(ref->refcount_block_offset); in update_refcount()
1145 ext2fs_cpu_to_be64(ref->refcount_block_offset); in sync_refcount()
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h29 #define cpu_to_be64(x) ext2fs_cpu_to_be64(x)
Dbitops.h21 #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
/third_party/e2fsprogs/debugfs/
Ddo_journal.c233 ext2fs_cpu_to_be64(revoke_list[i]); in journal_add_revoke_to_trans()