Searched refs:ext2fs_cpu_to_be64 (Results 1 – 2 of 2) sorted by relevance
884 header->size = ext2fs_cpu_to_be64(total_size); in initialize_qcow2_image()890 header->l1_table_offset = ext2fs_cpu_to_be64(offset); in initialize_qcow2_image()908 header->refcount_table_offset = ext2fs_cpu_to_be64(offset); in initialize_qcow2_image()1056 ext2fs_cpu_to_be64(table->offset | QCOW_OFLAG_COPIED); in add_l2_item()1060 table->data[l2_index] = ext2fs_cpu_to_be64(data | QCOW_OFLAG_COPIED); in add_l2_item()1087 ext2fs_cpu_to_be64(ref->refcount_block_offset); in update_refcount()1111 ext2fs_cpu_to_be64(ref->refcount_block_offset); in sync_refcount()
20 #define ext2fs_cpu_to_be64(x) ((__u64)(x)) macro33 #define ext2fs_cpu_to_be64(x) ext2fs_swab64((x)) macro