Searched refs:src_writethrough (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-img.c | 2249 bool writethrough, src_writethrough, image_opts = false, in img_convert() local 2473 ret = bdrv_parse_cache_mode(src_cache, &src_flags, &src_writethrough); in img_convert() 2493 fmt, src_flags, src_writethrough, s.quiet, in img_convert() 3546 bool writethrough, src_writethrough; in img_rebase() local 3648 ret = bdrv_parse_cache_mode(src_cache, &src_flags, &src_writethrough); in img_rebase() 3656 (void) src_writethrough; in img_rebase()
|