[−][src]Module io_uring::opcode
Operation code
Modules
types |
Structs
Accept | Issue the equivalent of an |
AsyncCancel | Attempt to cancel an already issued request. |
Connect | Issue the equivalent of a |
Fsync | File sync. See also |
LinkTimeout | This request must be linked with another request through Flags::IO_LINK which is described below. Unlike Timeout, LinkTimeout acts on the linked request, not the completion queue. |
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 |
RecvMsg | Works just like SendMsg, except for instead. |
SendMsg | Issue the equivalent of a |
SyncFileRange | Issue the equivalent of a |
Timeout | This command will register a timeout operation. |
TimeoutRemove | Attempt to remove an existing timeout operation. |
WriteFixed | Write to pre-mapped buffers. |
Writev | Vectored write operations, similar to |