Searched refs:bdrv_open_child (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/block/ |
H A D | snapshot-access.c | 85 bdrv_open_child(NULL, options, "file", bs, &child_of_bds, in snapshot_access_open()
|
H A D | blkverify.c | 133 s->test_file = bdrv_open_child(qemu_opt_get(opts, "x-image"), options, in blkverify_open()
|
H A D | copy-before-write.c | 453 s->target = bdrv_open_child(NULL, options, "target", bs, &child_of_bds, in cbw_open()
|
H A D | blklogwrites.c | 190 s->log_file = bdrv_open_child(NULL, options, "log", bs, &child_of_bds, in blk_log_writes_open()
|
H A D | raw-format.c | 495 bdrv_open_child(NULL, options, "file", bs, &child_of_bds, in raw_open()
|
H A D | crypto.c | 329 crypto->header = bdrv_open_child(NULL, options, "header", bs, in block_crypto_open_generic()
|
H A D | quorum.c | 1020 s->children[i] = bdrv_open_child(NULL, options, indexstr, bs, in quorum_open()
|
H A D | vmdk.c | 1232 extent_file = bdrv_open_child(extent_path, options, extent_opt_prefix, in vmdk_parse_extents()
|
H A D | vvfat.c | 3197 s->qcow = bdrv_open_child(s->qcow_filename, options, "write-target", bs, in enable_write_target()
|
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 84 bdrv_open_child(const char *filename, QDict *options, const char *bdref_key,
|
/openbmc/qemu/ |
H A D | block.c | 3786 BdrvChild *bdrv_open_child(const char *filename, in bdrv_open_child() function
|