Home
last modified time | relevance | path

Searched refs:io_file_from_index (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dfiletable.h56 static inline struct file *io_file_from_index(struct io_file_table *table, in io_file_from_index() function
H A Dcancel.c249 cd->file = io_file_from_index(&ctx->file_table, fd); in __io_sync_cancel()
H A Dfdinfo.c156 struct file *f = io_file_from_index(&ctx->file_table, i); in io_uring_show_fdinfo()
H A Dmsg_ring.c170 file = io_file_from_index(&ctx->file_table, idx); in io_msg_grab_file()
H A Drsrc.c665 struct file *file = io_file_from_index(&ctx->file_table, i); in __io_sqe_files_unregister()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c6932 static inline struct file *io_file_from_index(struct io_ring_ctx *ctx, in io_file_from_index() function
8005 file = io_file_from_index(ctx, i); in __io_sqe_files_unregister()
8190 struct file *file = io_file_from_index(ctx, i + offset); in __io_sqe_files_scm()
8208 struct file *file = io_file_from_index(ctx, i + offset); in __io_sqe_files_scm()
8248 struct file *file = io_file_from_index(ctx, total); in io_sqe_files_scm()
8445 file = io_file_from_index(ctx, i); in io_sqe_files_register()
10216 struct file *f = io_file_from_index(ctx, i); in __io_uring_show_fdinfo()

Completed in 17 milliseconds