Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h713 struct io_rsrc_node *file_node; member
/linux/io_uring/
H A Dio_uring.c186 req->file_node = IO_URING_PTR_POISON; in io_poison_req()
1461 if (req->file_node) { in io_req_put_rsrc_nodes()
1462 io_put_rsrc_node(req->ctx, req->file_node); in io_req_put_rsrc_nodes()
1463 req->file_node = NULL; in io_req_put_rsrc_nodes()
1976 req->file_node = node; in io_file_get_fixed()