Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dio_uring.h31 struct io_identity __identity; member
/Linux-v5.10/fs/
Dio_uring.c1109 if (tctx->identity != &tctx->__identity) in io_req_init_async()
1218 if (req->work.identity == &tctx->__identity) in io_put_identity()
1293 if (tctx->identity != &tctx->__identity && in io_identity_cow()
1296 if (req->work.identity != &tctx->__identity && in io_identity_cow()
7758 io_init_identity(&tctx->__identity); in io_uring_alloc_task_context()
7759 tctx->identity = &tctx->__identity; in io_uring_alloc_task_context()
7770 if (tctx->identity != &tctx->__identity) in __io_uring_free()