aio_kiocbRegular
4.4: ✅struct aio_kiocb {
struct kiocb common;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct iocb *ki_user_iocb;
__u64 ki_user_data;
struct list_head ki_list;
struct eventfd_ctx *ki_eventfd;
};
4.8: ✅struct aio_kiocb {
struct kiocb common;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct iocb *ki_user_iocb;
__u64 ki_user_data;
struct list_head ki_list;
struct eventfd_ctx *ki_eventfd;
};
4.10: ✅struct aio_kiocb {
struct kiocb common;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct iocb *ki_user_iocb;
__u64 ki_user_data;
struct list_head ki_list;
struct eventfd_ctx *ki_eventfd;
};
4.13: ✅struct aio_kiocb {
struct kiocb common;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct iocb *ki_user_iocb;
__u64 ki_user_data;
struct list_head ki_list;
struct eventfd_ctx *ki_eventfd;
};
4.15: ✅struct aio_kiocb {
struct kiocb common;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct iocb *ki_user_iocb;
__u64 ki_user_data;
struct list_head ki_list;
struct eventfd_ctx *ki_eventfd;
};
4.18: ✅struct aio_kiocb {
struct kiocb rw;
struct fsync_iocb fsync;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct iocb *ki_user_iocb;
__u64 ki_user_data;
struct list_head ki_list;
struct eventfd_ctx *ki_eventfd;
};
5.0: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct iocb *ki_user_iocb;
__u64 ki_user_data;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
5.3: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
5.4: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
5.8: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
5.11: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
5.13: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
5.15: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
5.19: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
6.2: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
6.5: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
6.8: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
arm64: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
armhf: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
ppc64el: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
riscv64: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
aws: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
azure: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
gcp: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
lowlatency: ✅struct aio_kiocb {
struct file *ki_filp;
struct kiocb rw;
struct fsync_iocb fsync;
struct poll_iocb poll;
struct kioctx *ki_ctx;
kiocb_cancel_fn *ki_cancel;
struct io_event ki_res;
struct list_head ki_list;
refcount_t ki_refcnt;
struct eventfd_ctx *ki_eventfd;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️struct kiocb rw
struct fsync_iocb fsync
struct kiocb common
4.18 and 5.0 ⚠️struct file *ki_filp
struct poll_iocb poll
refcount_t ki_refcnt
5.0 and 5.3 ⚠️struct io_event ki_res
struct iocb *ki_user_iocb
__u64 ki_user_data
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅