b54134352a
* 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.
11 lines
180 B
Plaintext
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
|