Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c371 struct io_file_table file_table; member
7109 struct io_fixed_file *slot = io_fixed_file_slot(&ctx->file_table, index); in io_file_from_index()
7139 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed()
8186 io_free_file_tables(&ctx->file_table); in __io_sqe_files_unregister()
8576 if (!io_alloc_file_tables(&ctx->file_table, nr_args)) in io_sqe_files_register()
8608 io_fixed_file_set(io_fixed_file_slot(&ctx->file_table, i), file); in io_sqe_files_register()
8625 io_free_file_tables(&ctx->file_table); in io_sqe_files_register()
8670 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file()
8720 file_slot = io_fixed_file_slot(&ctx->file_table, offset); in io_close_fixed()
8772 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()