Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-replication.c187 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()
/qemu/include/block/
H A Dblock-common.h255 #define BDRV_OPT_CACHE_NO_FLUSH "cache.no-flush" macro
/qemu/
H A Dblockdev.c602 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 Dblock.c1250 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()
1800 .name = BDRV_OPT_CACHE_NO_FLUSH,
3839 qdict_set_default_str(qdict, BDRV_OPT_CACHE_NO_FLUSH, "off"); in bdrv_open_blockdev_ref()
H A Dqemu-io-cmds.c2487 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()
/qemu/block/
H A Dvvfat.c3154 qdict_set_default_str(child_options, BDRV_OPT_CACHE_NO_FLUSH, "on"); in vvfat_qcow_options()