Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c6817 static inline struct io_fixed_file *io_fixed_file_slot(struct io_file_table *table, in io_fixed_file_slot() function
6826 struct io_fixed_file *slot = io_fixed_file_slot(&ctx->file_table, index); in io_file_from_index()
6853 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed()
8269 io_fixed_file_set(io_fixed_file_slot(&ctx->file_table, i), file); in io_sqe_files_register()
8372 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file()
8428 file_slot = io_fixed_file_slot(&ctx->file_table, i); in io_close_fixed()
8480 file_slot = io_fixed_file_slot(&ctx->file_table, i); in __io_sqe_files_update()