Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dfiletable.c30 if (table->alloc_hint == ctx->file_alloc_start) in io_file_bitmap_get()
33 table->alloc_hint = ctx->file_alloc_start; in io_file_bitmap_get()
/linux/include/linux/
H A Dio_uring_types.h389 unsigned int file_alloc_start; member