Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dfiletable.h41 io_fixed_file_slot(struct io_file_table *table, unsigned i) in io_fixed_file_slot() function
49 struct io_fixed_file *slot = io_fixed_file_slot(table, index); in io_file_from_index()
Dfiletable.c76 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file()
161 file_slot = io_fixed_file_slot(&ctx->file_table, offset); in io_fixed_fd_remove()
Dmsg_ring.c97 file_ptr = io_fixed_file_slot(&ctx->file_table, msg->src_fd)->file_ptr; in io_msg_send_fd()
Dcancel.c224 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in __io_sync_cancel()
Drsrc.c467 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()
1003 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_sqe_files_register()
Dio_uring.c1859 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed()