[−][src]Module io_uring::opcode
Operation code
Modules
| types |
Structs
| Accept | Issue the equivalent of an |
| AsyncCancel | Attempt to cancel an already issued request. |
| Close | |
| Connect | Issue the equivalent of a |
| EpollCtl | |
| Fadvise | |
| Fallocate | |
| FilesUpdate | |
| 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. |
| Madvise | |
| Nop | Do not perform any I/O. |
| Openat | |
| Openat2 | |
| PollAdd | Poll the specified fd. |
| PollRemove | Remove an existing poll request. |
| Read | |
| ReadFixed | Read from pre-mapped buffers. |
| Readv | Vectored read operations, similar to |
| Recv | |
| RecvMsg | Works just like SendMsg, except for instead. |
| Send | |
| SendMsg | Issue the equivalent of a |
| Statx | |
| SyncFileRange | Issue the equivalent of a |
| Timeout | This command will register a timeout operation. |
| TimeoutRemove | Attempt to remove an existing timeout operation. |
| Write | |
| WriteFixed | Write to pre-mapped buffers. |
| Writev | Vectored write operations, similar to |