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.c140 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx, int type) in io_rsrc_node_alloc() function
260 node = io_rsrc_node_alloc(ctx, IORING_RSRC_FILE); in __io_sqe_files_update()
575 node = io_rsrc_node_alloc(ctx, IORING_RSRC_FILE); in io_sqe_files_register()
787 node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_sqe_buffer_register()
952 node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_buffer_register_bvec()
1206 dst_node = io_rsrc_node_alloc(ctx, IORING_RSRC_BUFFER); in io_clone_buffers()
H A Dfiletable.c75 node = io_rsrc_node_alloc(ctx, IORING_RSRC_FILE); in io_install_fixed_file()
H A Drsrc.h61 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx, int type);