Home
last modified time | relevance | path

Searched defs:aio_kiocb (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/
Daio.c179 struct aio_kiocb { struct
180 union {
186 struct kioctx *ki_ctx;
187 kiocb_cancel_fn *ki_cancel;
189 struct iocb __user *ki_user_iocb; /* user's aiocb */
190 __u64 ki_user_data; /* user's data for completion */
192 struct list_head ki_list; /* the aio core uses this
194 refcount_t ki_refcnt;
200 struct eventfd_ctx *ki_eventfd;