Home
last modified time | relevance | path

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

/openbmc/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.c765 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_check()
1015 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_commit()
1456 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_compare()
2553 ret = bdrv_parse_cache_mode(src_cache, &src_flags, &src_writethrough); in img_convert()
2762 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_convert()
3786 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_rebase()
3793 ret = bdrv_parse_cache_mode(src_cache, &src_flags, &src_writethrough); in img_rebase()
4537 ret = bdrv_parse_cache_mode(cache, &flags, &writethrough); in img_amend()
4819 ret = bdrv_parse_cache_mode(optarg, &flags, &writethrough); in img_bench()
H A Dqemu-nbd.c650 if (bdrv_parse_cache_mode(optarg, &flags, &writethrough) == -1) { in main()
H A Dqemu-io-cmds.c2411 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.c1174 int bdrv_parse_cache_mode(const char *mode, int *flags, bool *writethrough) in bdrv_parse_cache_mode() function
/openbmc/qemu/include/block/
H A Dblock-common.h567 int bdrv_parse_cache_mode(const char *mode, int *flags, bool *writethrough);