Searched refs:io_queue_rsrc_removal (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/io_uring/ ! |
D | filetable.c | 86 ret = io_queue_rsrc_removal(ctx->file_data, slot_index, in io_install_fixed_file() 166 ret = io_queue_rsrc_removal(ctx->file_data, offset, ctx->rsrc_node, file); in io_fixed_fd_remove()
|
D | rsrc.h | 62 int io_queue_rsrc_removal(struct io_rsrc_data *data, unsigned idx,
|
D | rsrc.c | 471 err = io_queue_rsrc_removal(data, i, ctx->rsrc_node, file); in __io_sqe_files_update() 554 err = io_queue_rsrc_removal(ctx->buf_data, i, in __io_sqe_buffers_update() 741 int io_queue_rsrc_removal(struct io_rsrc_data *data, unsigned idx, in io_queue_rsrc_removal() function
|