Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnotif.c121 notif->file_node = NULL; in io_alloc_notif()
H A Dio_uring.c1441 if (req->file_node) { in io_req_put_rsrc_nodes()
1442 io_put_rsrc_node(req->ctx, req->file_node); in io_req_put_rsrc_nodes()
1443 req->file_node = NULL; in io_req_put_rsrc_nodes()
1956 req->file_node = node; in io_file_get_fixed()
/linux/include/linux/
H A Dio_uring_types.h693 struct io_rsrc_node *file_node; member