Lines Matching refs:be64toh
658 header->version = be64toh(header->version); in ioshark_read_header()
659 header->num_files = be64toh(header->num_files); in ioshark_read_header()
660 header->num_io_operations = be64toh(header->num_io_operations); in ioshark_read_header()
669 state->fileno = be64toh(state->fileno); in ioshark_read_file_state()
670 state->size = be64toh(state->size); in ioshark_read_file_state()
671 state->global_filename_ix = be64toh(state->global_filename_ix); in ioshark_read_file_state()
680 file_op->delta_us = be64toh(file_op->delta_us); in ioshark_read_file_op()
682 file_op->fileno = be64toh(file_op->fileno); in ioshark_read_file_op()
686 file_op->lseek_offset = be64toh(file_op->lseek_offset); in ioshark_read_file_op()
691 file_op->prw_offset = be64toh(file_op->prw_offset); in ioshark_read_file_op()
692 file_op->prw_len = be64toh(file_op->prw_len); in ioshark_read_file_op()
696 file_op->rw_len = be64toh(file_op->rw_len); in ioshark_read_file_op()
700 file_op->mmap_offset = be64toh(file_op->mmap_offset); in ioshark_read_file_op()
701 file_op->mmap_len = be64toh(file_op->mmap_len); in ioshark_read_file_op()