Struct io_uring::opcode::Fadvise [−][src]
pub struct Fadvise { /* fields omitted */ }Expand description
Predeclare an access pattern for file data, equivalent to posix_fadvise(2).
Implementations
The opcode of the operation. This can be passed to
Probe::is_supported to check if this operation is
supported with the current kernel.