Searched refs:io_file_from_index (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | filetable.h | 56 static inline struct file *io_file_from_index(struct io_file_table *table, in io_file_from_index() function
|
H A D | cancel.c | 249 cd->file = io_file_from_index(&ctx->file_table, fd); in __io_sync_cancel()
|
H A D | fdinfo.c | 156 struct file *f = io_file_from_index(&ctx->file_table, i); in io_uring_show_fdinfo()
|
H A D | msg_ring.c | 170 file = io_file_from_index(&ctx->file_table, idx); in io_msg_grab_file()
|
H A D | rsrc.c | 665 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 D | io_uring.c | 6932 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