/openbmc/qemu/block/ |
H A D | filter-compress.c | 34 int ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in compress_open()
|
H A D | blkreplay.c | 30 ret = bdrv_open_file_child(NULL, options, "image", bs, errp); in blkreplay_open()
|
H A D | copy-on-read.c | 49 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in cor_open()
|
H A D | throttle.c | 83 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in throttle_open()
|
H A D | bochs.c | 118 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in bochs_open()
|
H A D | cloop.c | 79 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in cloop_open()
|
H A D | blkverify.c | 126 ret = bdrv_open_file_child(qemu_opt_get(opts, "x-raw"), options, "raw", in blkverify_open()
|
H A D | preallocate.c | 155 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in preallocate_open()
|
H A D | copy-before-write.c | 448 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in cbw_open()
|
H A D | blklogwrites.c | 184 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in blk_log_writes_open()
|
H A D | replication.c | 91 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in replication_open()
|
H A D | dmg.c | 468 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in dmg_open()
|
H A D | crypto.c | 324 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in block_crypto_open_generic()
|
H A D | vdi.c | 383 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in vdi_open()
|
H A D | blkdebug.c | 505 ret = bdrv_open_file_child(qemu_opt_get(opts, "x-image"), options, "image", in blkdebug_open()
|
H A D | vpc.c | 236 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in vpc_open()
|
H A D | qcow.c | 125 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in qcow_open()
|
H A D | parallels.c | 1253 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in parallels_open()
|
H A D | qed.c | 586 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in bdrv_qed_open()
|
H A D | vhdx.c | 1009 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in vhdx_open()
|
H A D | vmdk.c | 1357 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in vmdk_open()
|
H A D | qcow2.c | 1957 ret = bdrv_open_file_child(NULL, options, "file", bs, errp); in qcow2_open()
|
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 93 int bdrv_open_file_child(const char *filename,
|
/openbmc/qemu/ |
H A D | block.c | 3805 int bdrv_open_file_child(const char *filename, in bdrv_open_file_child() function
|