io_op_def
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: ✅struct io_op_def {
unsigned int async_ctx;
unsigned int needs_mm;
unsigned int needs_file;
unsigned int needs_file_no_error;
unsigned int hash_reg_file;
unsigned int unbound_nonreg_file;
unsigned int not_supported;
unsigned int file_table;
unsigned int needs_fs;
unsigned int pollin;
unsigned int pollout;
unsigned int buffer_select;
};
5.11
: ✅struct io_op_def {
unsigned int needs_file;
unsigned int needs_file_no_error;
unsigned int hash_reg_file;
unsigned int unbound_nonreg_file;
unsigned int not_supported;
unsigned int pollin;
unsigned int pollout;
unsigned int buffer_select;
unsigned int needs_async_data;
unsigned int plug;
short unsigned int async_size;
unsigned int work_flags;
};
5.13
: ✅struct io_op_def {
unsigned int needs_file;
unsigned int hash_reg_file;
unsigned int unbound_nonreg_file;
unsigned int not_supported;
unsigned int pollin;
unsigned int pollout;
unsigned int buffer_select;
unsigned int needs_async_setup;
unsigned int plug;
short unsigned int async_size;
};
5.15
: ✅struct io_op_def {
unsigned int needs_file;
unsigned int hash_reg_file;
unsigned int unbound_nonreg_file;
unsigned int not_supported;
unsigned int pollin;
unsigned int pollout;
unsigned int buffer_select;
unsigned int needs_async_setup;
unsigned int plug;
short unsigned int async_size;
};
5.19
: ✅struct io_op_def {
unsigned int needs_file;
unsigned int plug;
unsigned int hash_reg_file;
unsigned int unbound_nonreg_file;
unsigned int pollin;
unsigned int pollout;
unsigned int poll_exclusive;
unsigned int buffer_select;
unsigned int needs_async_setup;
unsigned int not_supported;
unsigned int audit_skip;
unsigned int ioprio;
unsigned int iopoll;
short unsigned int async_size;
int (*prep)(struct io_kiocb *, const struct io_uring_sqe *);
int (*issue)(struct io_kiocb *, unsigned int);
};
6.2
: ✅struct io_op_def {
unsigned int needs_file;
unsigned int plug;
unsigned int hash_reg_file;
unsigned int unbound_nonreg_file;
unsigned int pollin;
unsigned int pollout;
unsigned int poll_exclusive;
unsigned int buffer_select;
unsigned int not_supported;
unsigned int audit_skip;
unsigned int ioprio;
unsigned int iopoll;
unsigned int iopoll_queue;
unsigned int manual_alloc;
short unsigned int async_size;
const char *name;
int (*prep)(struct io_kiocb *, const struct io_uring_sqe *);
int (*issue)(struct io_kiocb *, unsigned int);
int (*prep_async)(struct io_kiocb *);
void (*cleanup)(struct io_kiocb *);
void (*fail)(struct io_kiocb *);
};
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.8
and 5.11
⚠️unsigned int needs_async_data
unsigned int plug
short unsigned int async_size
unsigned int work_flags
unsigned int async_ctx
unsigned int needs_mm
unsigned int file_table
unsigned int needs_fs
5.11
and 5.13
⚠️unsigned int needs_async_setup
unsigned int needs_file_no_error
unsigned int needs_async_data
unsigned int work_flags
5.13
and 5.15
✅
5.15
and 5.19
⚠️unsigned int poll_exclusive
unsigned int audit_skip
unsigned int ioprio
unsigned int iopoll
int (*prep)(struct io_kiocb *, const struct io_uring_sqe *)
int (*issue)(struct io_kiocb *, unsigned int)
5.19
and 6.2
⚠️unsigned int iopoll_queue
unsigned int manual_alloc
const char *name
int (*prep_async)(struct io_kiocb *)
void (*cleanup)(struct io_kiocb *)
void (*fail)(struct io_kiocb *)
unsigned int needs_async_setup