Home
last modified time | relevance | path

Searched refs:bdrv_open_file_child (Results 1 – 24 of 24) sorted by relevance

/qemu/block/
H A Dfilter-compress.c34 int ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in compress_open()
H A Dblkreplay.c30 ret = bdrv_open_file_child(NULL, options, "image", bs, errp); in blkreplay_open()
H A Dcopy-on-read.c49 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in cor_open()
H A Dthrottle.c83 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in throttle_open()
H A Dcloop.c79 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in cloop_open()
H A Dbochs.c118 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in bochs_open()
H A Dblkverify.c126 ret = bdrv_open_file_child(qemu_opt_get(opts, "x-raw"), options, "raw", in blkverify_open()
H A Dpreallocate.c155 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in preallocate_open()
H A Dcopy-before-write.c446 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in cbw_open()
H A Dblklogwrites.c184 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in blk_log_writes_open()
H A Dreplication.c91 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in replication_open()
H A Ddmg.c468 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in dmg_open()
H A Dcrypto.c324 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in block_crypto_open_generic()
H A Dblkdebug.c505 ret = bdrv_open_file_child(qemu_opt_get(opts, "x-image"), options, "image", in blkdebug_open()
H A Dvdi.c381 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in vdi_open()
H A Dvpc.c236 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in vpc_open()
H A Dqcow.c125 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in qcow_open()
H A Dparallels.c1253 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in parallels_open()
H A Dqed.c585 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in bdrv_qed_open()
H A Dvhdx.c1009 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in vhdx_open()
H A Dvmdk.c1357 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in vmdk_open()
H A Dqcow2.c1942 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in qcow2_open()
/qemu/include/block/
H A Dblock-global-state.h93 int bdrv_open_file_child(const char *filename,
/qemu/
H A Dblock.c3788 int bdrv_open_file_child(const char *filename, in bdrv_open_file_child() function