Home
last modified time | relevance | path

Searched refs:bdrv_co_create_file (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock-global-state.h68 bdrv_co_create_file(const char *filename, QemuOpts *opts, Error **errp);
/openbmc/qemu/block/
H A Draw-format.c466 return bdrv_co_create_file(filename, opts, errp); in raw_co_create_opts()
H A Dcrypto.c824 ret = bdrv_co_create_file(filename, opts, errp); in block_crypto_co_create_opts_luks()
H A Dvdi.c941 ret = bdrv_co_create_file(filename, opts, errp); in vdi_co_create_opts()
H A Dvpc.c1116 ret = bdrv_co_create_file(filename, opts, errp); in vpc_co_create_opts()
H A Dqcow.c981 ret = bdrv_co_create_file(filename, opts, errp); in qcow_co_create_opts()
H A Dparallels.c1120 ret = bdrv_co_create_file(filename, opts, errp); in parallels_co_create_opts()
H A Dqed.c790 ret = bdrv_co_create_file(filename, opts, errp); in bdrv_qed_co_create_opts()
H A Dvhdx.c2099 ret = bdrv_co_create_file(filename, opts, errp); in vhdx_co_create_opts()
H A Dqcow2.c3957 ret = bdrv_co_create_file(filename, opts, errp); in qcow2_co_create_opts()
3972 ret = bdrv_co_create_file(val, opts, errp); in qcow2_co_create_opts()
H A Dvmdk.c2335 ret = bdrv_co_create_file(filename, opts, errp); in vmdk_create_extent()
/openbmc/qemu/
H A Dblock.c695 int coroutine_fn bdrv_co_create_file(const char *filename, QemuOpts *opts, in bdrv_co_create_file() function