Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Daio.c51 #define KIOCB_KEY 0 macro
1947 if (unlikely(put_user(KIOCB_KEY, &user_iocb->aio_key))) { in __io_submit_one()
2142 if (unlikely(key != KIOCB_KEY)) in SYSCALL_DEFINE3()