Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dfiletable.h37 io_fixed_file_slot(struct io_file_table *table, unsigned i) in io_fixed_file_slot() function
59 return io_slot_file(io_fixed_file_slot(table, index)); in io_file_from_index()
Dfiletable.c78 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file()
149 file_slot = io_fixed_file_slot(&ctx->file_table, offset); in io_fixed_fd_remove()
Drsrc.c387 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()
915 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_sqe_files_register()
Dio_uring.c2008 slot = io_fixed_file_slot(&ctx->file_table, fd); in io_file_get_fixed()