Home
last modified time | relevance | path

Searched refs:BDRV_OPT_FORCE_SHARE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/
H A Dqemu-io.c100 if (qdict_haskey(opts, BDRV_OPT_FORCE_SHARE) in openfile()
101 && strcmp(qdict_get_str(opts, BDRV_OPT_FORCE_SHARE), "on")) { in openfile()
106 qdict_put_str(opts, BDRV_OPT_FORCE_SHARE, "on"); in openfile()
H A Dqemu-img.c368 if (qdict_haskey(options, BDRV_OPT_FORCE_SHARE) in img_open_opts()
369 && strcmp(qdict_get_str(options, BDRV_OPT_FORCE_SHARE), "on")) { in img_open_opts()
374 qdict_put_str(options, BDRV_OPT_FORCE_SHARE, "on"); in img_open_opts()
403 qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true); in img_open_file()
3745 qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true); in img_rebase()
H A Dblock.c1388 qdict_copy_default(child_options, parent_options, BDRV_OPT_FORCE_SHARE); in bdrv_inherited_options()
1815 .name = BDRV_OPT_FORCE_SHARE,
1878 bs->force_share = qemu_opt_get_bool(opts, BDRV_OPT_FORCE_SHARE, false); in bdrv_open_common()
1882 BDRV_OPT_FORCE_SHARE in bdrv_open_common()
7484 qdict_put_bool(backing_options, BDRV_OPT_FORCE_SHARE, true); in bdrv_img_create()
/openbmc/qemu/include/block/
H A Dblock-common.h260 #define BDRV_OPT_FORCE_SHARE "force-share" macro