Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dfiletable.c131 node = io_rsrc_node_lookup(&ctx->file_table.data, offset); in io_fixed_fd_remove()
H A Drsrc.h92 static inline struct io_rsrc_node *io_rsrc_node_lookup(struct io_rsrc_data *data, in io_rsrc_node_lookup() function
H A Dsplice.c70 node = io_rsrc_node_lookup(&ctx->file_table.data, sp->splice_fd_in); in io_splice_get_file()
H A Dcancel.c245 node = io_rsrc_node_lookup(&ctx->file_table.data, fd); in __io_sync_cancel()
H A Dmsg_ring.c184 node = io_rsrc_node_lookup(&ctx->file_table.data, msg->src_fd); in io_msg_grab_file()
H A Drsrc.c1125 node = io_rsrc_node_lookup(&ctx->buf_table, req->buf_index); in io_find_buf_node()
1230 src_node = io_rsrc_node_lookup(&src_ctx->buf_table, i); in io_clone_buffers()
H A Dio_uring.c1953 node = io_rsrc_node_lookup(&ctx->file_table.data, fd); in io_file_get_fixed()