Searched refs:BDRV_O_NATIVE_AIO (Results 1 – 6 of 6) sorted by relevance
194 flags |= BDRV_O_NATIVE_AIO; in open_f()575 flags |= BDRV_O_NATIVE_AIO; in main()
1136 *flags |= BDRV_O_NATIVE_AIO; in bdrv_parse_aio()1258 *child_flags &= ~BDRV_O_NATIVE_AIO; in bdrv_temp_snapshot_options()
4581 flags |= BDRV_O_NATIVE_AIO; in img_bench()
229 #define BDRV_O_NATIVE_AIO 0x0080 /* use native AIO instead of the macro
318 aio_default = (flags & BDRV_O_NATIVE_AIO) ? BLOCKDEV_AIO_OPTIONS_NATIVE in get_aio_option()
619 if (bdrv_flags & BDRV_O_NATIVE_AIO) { in raw_open_common()