Searched refs:io_file_table (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dfiletable.h8 bool io_alloc_file_tables(struct io_file_table *table, unsigned nr_files);
9 void io_free_file_tables(struct io_file_table *table);
22 static inline void io_file_bitmap_clear(struct io_file_table *table, int bit)
29 static inline void io_file_bitmap_set(struct io_file_table *table, int bit)
37 io_fixed_file_slot(struct io_file_table *table, unsigned i)
56 static inline struct file *io_file_from_index(struct io_file_table *table,
H A Dfiletable.c18 struct io_file_table *table = &ctx->file_table;
39 bool io_alloc_file_tables(struct io_file_table *table, unsigned nr_files)
55 void io_free_file_tables(struct io_file_table *table)
/linux-master/include/linux/
H A Dio_uring_types.h63 struct io_file_table { struct
290 struct io_file_table file_table;

Completed in 115 milliseconds