Searched refs:bdrv_co_create_file (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 68 bdrv_co_create_file(const char *filename, QemuOpts *opts, Error **errp);
|
/openbmc/qemu/block/ |
H A D | raw-format.c | 466 return bdrv_co_create_file(filename, opts, errp); in raw_co_create_opts()
|
H A D | crypto.c | 824 ret = bdrv_co_create_file(filename, opts, errp); in block_crypto_co_create_opts_luks()
|
H A D | vdi.c | 941 ret = bdrv_co_create_file(filename, opts, errp); in vdi_co_create_opts()
|
H A D | vpc.c | 1116 ret = bdrv_co_create_file(filename, opts, errp); in vpc_co_create_opts()
|
H A D | qcow.c | 981 ret = bdrv_co_create_file(filename, opts, errp); in qcow_co_create_opts()
|
H A D | parallels.c | 1120 ret = bdrv_co_create_file(filename, opts, errp); in parallels_co_create_opts()
|
H A D | qed.c | 790 ret = bdrv_co_create_file(filename, opts, errp); in bdrv_qed_co_create_opts()
|
H A D | vhdx.c | 2099 ret = bdrv_co_create_file(filename, opts, errp); in vhdx_co_create_opts()
|
H A D | qcow2.c | 3957 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 D | vmdk.c | 2335 ret = bdrv_co_create_file(filename, opts, errp); in vmdk_create_extent()
|
/openbmc/qemu/ |
H A D | block.c | 695 int coroutine_fn bdrv_co_create_file(const char *filename, QemuOpts *opts, in bdrv_co_create_file() function
|