strace/xlat/aio_cmds.in
Eugene Syromyatnikov b54134352a aio: print IOCB_CMD_* using xlat
* xlat/aio_cmds.in: New file.
* aio.c (tprint_lio_opcode): Change array of structs "cmds" to array of
enums "subs", use printxval_indexn_ex for printing cmd, return sub type
using subs array.
2018-06-18 01:02:13 +02:00

11 lines
180 B
Plaintext

#value_indexed
IOCB_CMD_PREAD 0
IOCB_CMD_PWRITE 1
IOCB_CMD_FSYNC 2
IOCB_CMD_FDSYNC 3
IOCB_CMD_PREADX 4
IOCB_CMD_POLL 5
IOCB_CMD_NOOP 6
IOCB_CMD_PREADV 7
IOCB_CMD_PWRITEV 8