Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Daio.c204 struct kioctx *ki_ctx; member
563 struct kioctx *ctx = req->ki_ctx; in kiocb_set_cancel_fn()
1039 req->ki_ctx = ctx; in aio_get_req()
1080 percpu_ref_put(&iocb->ki_ctx->reqs); in iocb_destroy()
1089 struct kioctx *ctx = iocb->ki_ctx; in aio_complete()
1412 struct kioctx *ctx = iocb->ki_ctx; in aio_remove_iocb()
1628 struct kioctx *ctx = iocb->ki_ctx; in aio_poll_complete_work()
1686 if (mask && spin_trylock_irqsave(&iocb->ki_ctx->ctx_lock, flags)) { in aio_poll_wake()
1687 struct kioctx *ctx = iocb->ki_ctx; in aio_poll_wake()
1737 struct kioctx *ctx = aiocb->ki_ctx; in aio_poll()