Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A 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()
H A Dfiletable.c78 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file()
146 file_slot = io_fixed_file_slot(&ctx->file_table, offset); in io_fixed_fd_remove()
H A Drsrc.c387 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()
755 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_sqe_files_register()
H A Dio_uring.c1985 slot = io_fixed_file_slot(&ctx->file_table, fd); in io_file_get_fixed()