Module opcode

Source
Expand description

Operation code

Modules§

types

Structs§

Fsync
File sync. See also fsync (2).
Nop
Do not perform any I/O.
PollAdd
Poll the specified fd.
PollRemove
Remove an existing poll request.
ReadFixed
Read from pre-mapped buffers.
Readv
Vectored read operations, similar to preadv2 (2).
RecvMsg
Works just like SendMsg, except for instead.
SendMsg
Issue the equivalent of a sendmsg (2) system call.
SyncFileRange
Issue the equivalent of a sync_file_range (2) on the file descriptor.
Timeout
This command will register a timeout operation.
WriteFixed
Write to pre-mapped buffers.
Writev
Vectored write operations, similar to pwritev2 (2).