Expand description
Operation code
Modules§
Structs§
- Fsync
- File sync. See also
fsync (2)
. - Nop
- Do not perform any I/O.
- PollAdd
- Poll the specified fd.
- Poll
Remove - Remove an existing poll request.
- Read
Fixed - 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. - Sync
File Range - Issue the equivalent of a
sync_file_range (2)
on the file descriptor. - Timeout
- This command will register a timeout operation.
- Write
Fixed - Write to pre-mapped buffers.
- Writev
- Vectored write operations, similar to
pwritev2 (2)
.