Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Daio.c205 struct kioctx *ki_ctx; member
594 struct kioctx *ctx = req->ki_ctx; in kiocb_set_cancel_fn()
1071 req->ki_ctx = ctx; in aio_get_req()
1112 percpu_ref_put(&iocb->ki_ctx->reqs); in iocb_destroy()
1121 struct kioctx *ctx = iocb->ki_ctx; in aio_complete()
1439 struct kioctx *ctx = iocb->ki_ctx; in aio_remove_iocb()
1684 struct kioctx *ctx = iocb->ki_ctx; in aio_poll_complete_work()
1768 spin_trylock_irqsave(&iocb->ki_ctx->ctx_lock, flags)) { in aio_poll_wake()
1769 struct kioctx *ctx = iocb->ki_ctx; in aio_poll_wake()
1851 struct kioctx *ctx = aiocb->ki_ctx; in aio_poll()