Home
last modified time | relevance | path

Searched refs:aio_key (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Daio_abi.h78 __u32 aio_key; /* the kernel sets aio_key to the req # */ member
82 __u32 aio_key; /* the kernel sets aio_key to the req # */ member
/linux-6.6.21/fs/
Daio.c1947 if (unlikely(put_user(KIOCB_KEY, &user_iocb->aio_key))) { in __io_submit_one()
2140 if (unlikely(get_user(key, &iocb->aio_key))) in SYSCALL_DEFINE3()