Searched refs:create_options (Results 1 – 2 of 2) sorted by relevance
662 BlockdevCreateOptions *create_options; in nfs_file_co_create_opts() local667 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()
852 BlockdevCreateOptions *create_options; in qemu_rbd_co_create_opts() local861 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()