Home
last modified time | relevance | path

Searched refs:BDRV_O_NATIVE_AIO (Results 1 – 6 of 6) sorted by relevance

/qemu/
H A Dqemu-io.c194 flags |= BDRV_O_NATIVE_AIO; in open_f()
575 flags |= BDRV_O_NATIVE_AIO; in main()
H A Dblock.c1136 *flags |= BDRV_O_NATIVE_AIO; in bdrv_parse_aio()
1258 *child_flags &= ~BDRV_O_NATIVE_AIO; in bdrv_temp_snapshot_options()
H A Dqemu-img.c4581 flags |= BDRV_O_NATIVE_AIO; in img_bench()
/qemu/include/block/
H A Dblock-common.h229 #define BDRV_O_NATIVE_AIO 0x0080 /* use native AIO instead of the macro
/qemu/block/
H A Dfile-win32.c318 aio_default = (flags & BDRV_O_NATIVE_AIO) ? BLOCKDEV_AIO_OPTIONS_NATIVE in get_aio_option()
H A Dfile-posix.c619 if (bdrv_flags & BDRV_O_NATIVE_AIO) { in raw_open_common()