Home
last modified time | relevance | path

Searched refs:create_options (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dnfs.c662 BlockdevCreateOptions *create_options; in nfs_file_co_create_opts() local
667 create_options = g_new0(BlockdevCreateOptions, 1); in nfs_file_co_create_opts()
668 create_options->driver = BLOCKDEV_DRIVER_NFS; in nfs_file_co_create_opts()
669 nfs_opts = &create_options->u.nfs; in nfs_file_co_create_opts()
687 ret = nfs_file_co_create(create_options, errp); in nfs_file_co_create_opts()
695 qapi_free_BlockdevCreateOptions(create_options); in nfs_file_co_create_opts()
H A Drbd.c852 BlockdevCreateOptions *create_options; in qemu_rbd_co_create_opts() local
861 create_options = g_new0(BlockdevCreateOptions, 1); in qemu_rbd_co_create_opts()
862 create_options->driver = BLOCKDEV_DRIVER_RBD; in qemu_rbd_co_create_opts()
863 rbd_opts = &create_options->u.rbd; in qemu_rbd_co_create_opts()
904 ret = qemu_rbd_do_create(create_options, keypairs, password_secret, errp); in qemu_rbd_co_create_opts()
911 qapi_free_BlockdevCreateOptions(create_options); in qemu_rbd_co_create_opts()