Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Drsrc.c144 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx, int type) in io_rsrc_node_alloc() function
264 node = io_rsrc_node_alloc(ctx, IORING_RSRC_FILE); in __io_sqe_files_update()
582 node = io_rsrc_node_alloc(ctx, IORING_RSRC_FILE); in io_sqe_files_register()
788 node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_sqe_buffer_register()
950 node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_buffer_register_bvec()
1217 dst_node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_clone_buffers()
H A Dfiletable.c71 node = io_rsrc_node_alloc(ctx, IORING_RSRC_FILE); in io_install_fixed_file()
H A Drsrc.h56 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx, int type);