Searched refs:BDRV_OPT_FORCE_SHARE (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-io.c | 100 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 D | qemu-img.c | 368 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() 3741 qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true); in img_rebase()
|
H A D | block.c | 1406 qdict_copy_default(child_options, parent_options, BDRV_OPT_FORCE_SHARE); in bdrv_inherited_options() 1823 .name = BDRV_OPT_FORCE_SHARE, 1886 bs->force_share = qemu_opt_get_bool(opts, BDRV_OPT_FORCE_SHARE, false); in bdrv_open_common() 1890 BDRV_OPT_FORCE_SHARE in bdrv_open_common() 7349 qdict_put_bool(backing_options, BDRV_OPT_FORCE_SHARE, true); in bdrv_img_create()
|
/openbmc/qemu/include/block/ |
H A D | block-common.h | 259 #define BDRV_OPT_FORCE_SHARE "force-share" macro
|