Searched refs:aio_key (Results 1 – 4 of 4) sorted by relevance
76 __u32 aio_key; /* the kernel sets aio_key to the req # */ member80 __u32 aio_key; /* the kernel sets aio_key to the req # */ member
78 __u32 aio_key; /* the kernel sets aio_key to the req # */ member82 __u32 aio_key; /* the kernel sets aio_key to the req # */ member
1938 if (unlikely(put_user(KIOCB_KEY, &user_iocb->aio_key))) { in __io_submit_one()2131 if (unlikely(get_user(key, &iocb->aio_key))) in SYSCALL_DEFINE3()