Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dfiletable.c19 unsigned long nr = ctx->file_alloc_end; in io_file_bitmap_get()
26 table->alloc_hint >= ctx->file_alloc_end) in io_file_bitmap_get()
H A Dfiletable.h62 ctx->file_alloc_end = off + len; in io_file_table_set_alloc_range()
/linux/include/linux/
H A Dio_uring_types.h426 unsigned int file_alloc_end; member