Searched refs:ext2fs_cpu_to_be64 (Results 1 – 3 of 3) sorted by relevance
910 header->size = ext2fs_cpu_to_be64(total_size); in initialize_qcow2_image()916 header->l1_table_offset = ext2fs_cpu_to_be64(offset); in initialize_qcow2_image()934 header->refcount_table_offset = ext2fs_cpu_to_be64(offset); in initialize_qcow2_image()1082 ext2fs_cpu_to_be64(table->offset | QCOW_OFLAG_COPIED); in add_l2_item()1086 table->data[l2_index] = ext2fs_cpu_to_be64(data | QCOW_OFLAG_COPIED); in add_l2_item()1113 ext2fs_cpu_to_be64(ref->refcount_block_offset); in update_refcount()1137 ext2fs_cpu_to_be64(ref->refcount_block_offset); in sync_refcount()
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()