Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Dfiletable.h9 bool io_alloc_file_tables(struct io_ring_ctx *ctx, struct io_file_table *table, unsigned nr_files);
10 void io_free_file_tables(struct io_ring_ctx *ctx, struct io_file_table *table);
23 static inline void io_file_bitmap_clear(struct io_file_table *table, int bit) in io_file_bitmap_clear()
30 static inline void io_file_bitmap_set(struct io_file_table *table, int bit) in io_file_bitmap_set()
Dfiletable.c18 struct io_file_table *table = &ctx->file_table; in io_file_bitmap_get()
39 bool io_alloc_file_tables(struct io_ring_ctx *ctx, struct io_file_table *table, in io_alloc_file_tables()
51 void io_free_file_tables(struct io_ring_ctx *ctx, struct io_file_table *table) in io_free_file_tables()
/linux-6.14.4/include/linux/
Dio_uring_types.h64 struct io_file_table { struct
293 struct io_file_table file_table;