Home
last modified time | relevance | path

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

/linux/io_uring/
H A Drsrc.c152 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx, int type) in io_rsrc_node_alloc() function
272 node = io_rsrc_node_alloc(ctx, IORING_RSRC_FILE); in __io_sqe_files_update()
590 node = io_rsrc_node_alloc(ctx, IORING_RSRC_FILE); in io_sqe_files_register()
793 node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_sqe_buffer_register()
961 node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_buffer_register_bvec()
1234 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.h57 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx, int type);