Searched refs:ext2fs_cpu_to_be64 (Results 1 – 4 of 4) sorted by relevance
918 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()
29 #define cpu_to_be64(x) ext2fs_cpu_to_be64(x)
21 #define ext2fs_cpu_to_be64(x) ((__force __be64)(__u64)(x)) macro35 #define ext2fs_cpu_to_be64(x) ((__force __be64)ext2fs_swab64((__u64)(x))) macro
233 ext2fs_cpu_to_be64(revoke_list[i]); in journal_add_revoke_to_trans()