Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Daio_abi.h76 __u32 aio_key; /* the kernel sets aio_key to the req # */ member
80 __u32 aio_key; /* the kernel sets aio_key to the req # */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Daio_abi.h76 __u32 aio_key; /* the kernel sets aio_key to the req # */ member
80 __u32 aio_key; /* the kernel sets aio_key to the req # */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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
/OK3568_Linux_fs/kernel/fs/
H A Daio.c1938 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()