SubmissionEntryFlags

sqe->flags

Values

ValueMeaning
NONE0
FIXED_FILE1U << 0

IOSQE_FIXED_FILE: use fixed fileset

IO_DRAIN1U << 1

IOSQE_IO_DRAIN: issue after inflight IO

If a request is marked with IO_DRAIN, then previous commands must complete before this one is issued. Subsequent requests are not started until the drain has completed.

Note: available from Linux 5.2

Meta