Searched refs:BDRV_OPT_CACHE_NO_FLUSH (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-replication.c | 187 qdict_set_default_str(qdict, BDRV_OPT_CACHE_NO_FLUSH, "off"); in start_primary() 303 qdict_set_default_str(qdict, BDRV_OPT_CACHE_NO_FLUSH, "off"); in start_secondary() 329 qdict_set_default_str(qdict, BDRV_OPT_CACHE_NO_FLUSH, "off"); in start_secondary()
|
/openbmc/qemu/include/block/ |
H A D | block-common.h | 255 #define BDRV_OPT_CACHE_NO_FLUSH "cache.no-flush" macro
|
/openbmc/qemu/ |
H A D | blockdev.c | 602 qdict_set_default_str(bs_opts, BDRV_OPT_CACHE_NO_FLUSH, "off"); in blockdev_init() 672 qdict_set_default_str(bs_opts, BDRV_OPT_CACHE_NO_FLUSH, "off"); in bds_tree_init() 848 if (!qemu_opt_get(all_opts, BDRV_OPT_CACHE_NO_FLUSH)) { in drive_new() 849 qemu_opt_set_bool(all_opts, BDRV_OPT_CACHE_NO_FLUSH, in drive_new()
|
H A D | block.c | 1250 qdict_set_default_str(child_options, BDRV_OPT_CACHE_NO_FLUSH, "on"); in bdrv_temp_snapshot_options() 1405 qdict_copy_default(child_options, parent_options, BDRV_OPT_CACHE_NO_FLUSH); in bdrv_inherited_options() 1561 if (qemu_opt_get_bool_del(opts, BDRV_OPT_CACHE_NO_FLUSH, false)) { in update_flags_from_options() 1584 if (!qdict_haskey(options, BDRV_OPT_CACHE_NO_FLUSH)) { in update_options_from_flags() 1585 qdict_put_bool(options, BDRV_OPT_CACHE_NO_FLUSH, in update_options_from_flags() 1798 .name = BDRV_OPT_CACHE_NO_FLUSH, 3856 qdict_set_default_str(qdict, BDRV_OPT_CACHE_NO_FLUSH, "off"); in bdrv_open_blockdev_ref()
|
H A D | qemu-io-cmds.c | 2487 qdict_haskey(opts, BDRV_OPT_CACHE_NO_FLUSH)) { in reopen_f() 2495 qdict_put_bool(opts, BDRV_OPT_CACHE_NO_FLUSH, flags & BDRV_O_NO_FLUSH); in reopen_f()
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 3153 qdict_set_default_str(child_options, BDRV_OPT_CACHE_NO_FLUSH, "on"); in vvfat_qcow_options()
|