Home
last modified time | relevance | path

Searched refs:bdrv_parse_cache_mode (Results 1 – 7 of 7) sorted by relevance

/qemu/
H A Dqemu-io.c197 if (bdrv_parse_cache_mode(optarg, &flags, &writethrough) < 0) { in open_f()
584 if (bdrv_parse_cache_mode(optarg, &flags, &writethrough) < 0) { in main()
H A Dqemu-img.c814 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_check()
1036 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_commit()
1461 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_compare()
2473 ret = bdrv_parse_cache_mode(src_cache, &src_flags, &src_writethrough); in img_convert()
2682 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_convert()
3641 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_rebase()
3648 ret = bdrv_parse_cache_mode(src_cache, &src_flags, &src_writethrough); in img_rebase()
4335 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_amend()
4628 ret = bdrv_parse_cache_mode(optarg, &flags, &writethrough); in img_bench()
H A Dqemu-nbd.c643 if (bdrv_parse_cache_mode(optarg, &flags, &writethrough) == -1) { in main()
H A Dqemu-io-cmds.c2365 if (bdrv_parse_cache_mode(optarg, &flags, &writethrough) < 0) { in reopen_f()
H A Dblockdev.c834 if (bdrv_parse_cache_mode(value, &flags, &writethrough) != 0) { in drive_new()
H A Dblock.c1173 int bdrv_parse_cache_mode(const char *mode, int *flags, bool *writethrough) in bdrv_parse_cache_mode() function
/qemu/include/block/
H A Dblock-common.h556 int bdrv_parse_cache_mode(const char *mode, int *flags, bool *writethrough);