Lines Matching refs:cpu_to_le64
180 new_md_offset = cpu_to_le64(record_offset); in append_md_to_backing_file()
227 blockmap.m_header.h_next_md_offset = cpu_to_le64(0); in incfs_write_blockmap_to_backing_file()
239 blockmap.m_base_offset = cpu_to_le64(file_end); in incfs_write_blockmap_to_backing_file()
267 sg.sg_header.h_next_md_offset = cpu_to_le64(0); in incfs_write_signature_to_backing_file()
270 sg.sg_sig_offset = cpu_to_le64(rollback_pos); in incfs_write_signature_to_backing_file()
299 sg.sg_hash_tree_offset = cpu_to_le64(tree_area_pos); in incfs_write_signature_to_backing_file()
388 .h_next_md_offset = cpu_to_le64(0), in incfs_write_verity_signature_to_backing_file()
391 .vs_offset = cpu_to_le64(pos), in incfs_write_verity_signature_to_backing_file()
425 fh.fh_magic = cpu_to_le64(INCFS_MAGIC_NUMBER); in incfs_write_fh_to_backing_file()
426 fh.fh_version = cpu_to_le64(INCFS_FORMAT_CURRENT_VER); in incfs_write_fh_to_backing_file()
428 fh.fh_first_md_offset = cpu_to_le64(0); in incfs_write_fh_to_backing_file()
431 fh.fh_file_size = cpu_to_le64(file_size); in incfs_write_fh_to_backing_file()
456 fh.fh_magic = cpu_to_le64(INCFS_MAGIC_NUMBER); in incfs_write_mapping_fh_to_backing_file()
457 fh.fh_version = cpu_to_le64(INCFS_FORMAT_CURRENT_VER); in incfs_write_mapping_fh_to_backing_file()
459 fh.fh_original_offset = cpu_to_le64(offset); in incfs_write_mapping_fh_to_backing_file()
462 fh.fh_mapped_file_size = cpu_to_le64(file_size); in incfs_write_mapping_fh_to_backing_file()