Lines Matching refs:htobe64
220 header->version = htobe64(header->version); in ioshark_write_header()
221 header->num_files = htobe64(header->num_files); in ioshark_write_header()
222 header->num_io_operations = htobe64(header->num_io_operations); in ioshark_write_header()
229 state->fileno = htobe64(state->fileno); in ioshark_write_file_state()
230 state->size = htobe64(state->size); in ioshark_write_file_state()
231 state->global_filename_ix = htobe64(state->global_filename_ix); in ioshark_write_file_state()
240 file_op->delta_us = htobe64(file_op->delta_us); in ioshark_write_file_op()
242 file_op->fileno = htobe64(file_op->fileno); in ioshark_write_file_op()
246 file_op->lseek_offset = htobe64(file_op->lseek_offset); in ioshark_write_file_op()
251 file_op->prw_offset = htobe64(file_op->prw_offset); in ioshark_write_file_op()
252 file_op->prw_len = htobe64(file_op->prw_len); in ioshark_write_file_op()
256 file_op->rw_len = htobe64(file_op->rw_len); in ioshark_write_file_op()
260 file_op->mmap_offset = htobe64(file_op->mmap_offset); in ioshark_write_file_op()
261 file_op->mmap_len = htobe64(file_op->mmap_len); in ioshark_write_file_op()