Module vmm_sys_util::aio

source ·
Available on Linux or Android only.
Expand description

Safe wrapper over Linux AIO.

Structs

Constants

  • Synchronize a file’s in-core data to storage device.
  • Synchronize a file’s in-core metadata and data to storage device.
  • Noop, this defined by never used by linux kernel.
  • Read from a file descriptor at a given offset.
  • Read from a file descriptor at a given offset into multiple buffers.
  • Write to a file descriptor at a given offset.
  • Write to a file descriptor at a given offset from multiple buffers.
  • Valid flags for the “aio_flags” member of the “struct iocb”. Set if the “aio_resfd” member of the “struct iocb” is valid.
  • Maximum number of concurrent requests.