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.h730 struct io_rsrc_node *file_node; member
/linux/io_uring/
H A Dio_uring.c167 req->file_node = IO_URING_PTR_POISON; in io_poison_req()
1070 if (req->file_node) { in io_req_put_rsrc_nodes()
1071 io_put_rsrc_node(req->ctx, req->file_node); in io_req_put_rsrc_nodes()
1072 req->file_node = NULL; in io_req_put_rsrc_nodes()
1567 req->file_node = node; in io_file_get_fixed()