Home
last modified time | relevance | path

Searched refs:bdrv_open_child (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/block/
H A Dsnapshot-access.c85 bdrv_open_child(NULL, options, "file", bs, &child_of_bds, in snapshot_access_open()
H A Dblkverify.c133 s->test_file = bdrv_open_child(qemu_opt_get(opts, "x-image"), options, in blkverify_open()
H A Dcopy-before-write.c453 s->target = bdrv_open_child(NULL, options, "target", bs, &child_of_bds, in cbw_open()
H A Dblklogwrites.c190 s->log_file = bdrv_open_child(NULL, options, "log", bs, &child_of_bds, in blk_log_writes_open()
H A Draw-format.c495 bdrv_open_child(NULL, options, "file", bs, &child_of_bds, in raw_open()
H A Dcrypto.c329 crypto->header = bdrv_open_child(NULL, options, "header", bs, in block_crypto_open_generic()
H A Dquorum.c1020 s->children[i] = bdrv_open_child(NULL, options, indexstr, bs, in quorum_open()
H A Dvmdk.c1232 extent_file = bdrv_open_child(extent_path, options, extent_opt_prefix, in vmdk_parse_extents()
H A Dvvfat.c3197 s->qcow = bdrv_open_child(s->qcow_filename, options, "write-target", bs, in enable_write_target()
/openbmc/qemu/include/block/
H A Dblock-global-state.h84 bdrv_open_child(const char *filename, QDict *options, const char *bdref_key,
/openbmc/qemu/
H A Dblock.c3786 BdrvChild *bdrv_open_child(const char *filename, in bdrv_open_child() function