Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-io.c211 if (bdrv_parse_aio(optarg, &flags) < 0) { in open_f()
578 if (bdrv_parse_aio(optarg, &flags) < 0) { in main()
H A Dqemu-nbd.c657 if (bdrv_parse_aio(optarg, &flags) < 0) { in main()
H A Dblockdev.c393 if (bdrv_parse_aio(aio, bdrv_flags) < 0) { in extract_common_blockdev_options()
H A Dqemu-img.c4584 ret = bdrv_parse_aio(optarg, &flags); in img_bench()
H A Dblock.c1131 int bdrv_parse_aio(const char *mode, int *flags) in bdrv_parse_aio() function
/openbmc/qemu/include/block/
H A Dblock-common.h555 int bdrv_parse_aio(const char *mode, int *flags);