Searched refs:BDRV_O_IO_URING (Results 1 – 3 of 3) sorted by relevance
244 #define BDRV_O_IO_URING 0x40000 /* use io_uring instead of the thread pool */ macro
622 } else if (bdrv_flags & BDRV_O_IO_URING) { in raw_open_common()
1139 *flags |= BDRV_O_IO_URING; in bdrv_parse_aio()