Searched refs:BDRV_O_NATIVE_AIO (Results 1 – 4 of 4) sorted by relevance
34 #define BDRV_O_NATIVE_AIO 0x0080 /* use native AIO instead of the thread pool */ macro
290 bdrv_flags |= BDRV_O_NATIVE_AIO; in drive_init()
1774 flags |= BDRV_O_NATIVE_AIO; in main()
170 if ((bdrv_flags & (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) == in raw_open_common()171 (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) { in raw_open_common()