Home
last modified time | relevance | path

Searched refs:lseek_action (Results 1 – 7 of 7) sorted by relevance

/system/extras/ioshark/
Dconvert_format.c213 new_disk_file_op.lseek_action = in main()
217 new_disk_file_op.lseek_action = in main()
218 htobe32(new_disk_file_op.lseek_action); in main()
Dioshark.h88 #define lseek_action u.lseek_a.action macro
Dcompile_ioshark_subr.c247 file_op->lseek_action = htobe32(file_op->lseek_action); in ioshark_write_file_op()
Dcompile_ioshark.c587 disk_file_op->lseek_action = in main()
589 if (disk_file_op->lseek_action == SEEK_SET) in main()
DREADME74 #define lseek_action u.lseek_a.action
Dioshark_bench.c230 file_op->lseek_action); in do_one_io()
236 file_op->lseek_action, errno); in do_one_io()
Dioshark_bench_subr.c687 file_op->lseek_action = be32toh(file_op->lseek_action); in ioshark_read_file_op()