Searched refs:opts_qdict (Results 1 – 2 of 2) sorted by relevance
763 QDict *opts_qdict; in qemu_rbd_extract_encryption_create_options() local768 opts_qdict = qemu_opts_to_qdict(opts, NULL); in qemu_rbd_extract_encryption_create_options()769 qdict_extract_subqdict(opts_qdict, &encrypt_qdict, "encrypt."); in qemu_rbd_extract_encryption_create_options()770 qobject_unref(opts_qdict); in qemu_rbd_extract_encryption_create_options()
187 QDict *opts_qdict; in qcow2_extract_crypto_opts() local190 opts_qdict = qemu_opts_to_qdict(opts, NULL); in qcow2_extract_crypto_opts()191 qdict_extract_subqdict(opts_qdict, &cryptoopts_qdict, "encrypt."); in qcow2_extract_crypto_opts()192 qobject_unref(opts_qdict); in qcow2_extract_crypto_opts()