Home
last modified time | relevance | path

Searched refs:qemu_opt_get_size_del (Results 1 – 15 of 15) sorted by path

/qemu/
H A Dblock.c647 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in bdrv_co_create_opts_simple()
/qemu/block/
H A Dcrypto.c639 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in block_crypto_measure()
802 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in block_crypto_co_create_opts_luks()
H A Dfile-posix.c3020 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_co_create_opts()
3025 qemu_opt_get_size_del(opts, BLOCK_OPT_EXTENT_SIZE_HINT, -1); in raw_co_create_opts()
H A Dfile-win32.c624 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_co_create_opts()
H A Dgluster.c1136 gopts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in qemu_gluster_co_create_opts()
H A Dnfs.c679 nfs_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in nfs_file_co_create_opts()
H A Dparallels.c1219 bytes = qemu_opt_get_size_del(opts, PARALLELS_OPT_PREALLOC_SIZE, 0); in parallels_opts_prealloc()
H A Dqcow2.c3433 cluster_size = qemu_opt_get_size_del(opts, BLOCK_OPT_CLUSTER_SIZE, in qcow2_opt_get_cluster_size_del()
5132 virtual_size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in qcow2_measure()
H A Draw-format.c384 required = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_measure()
H A Drbd.c818 rbd_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in qemu_rbd_co_create_opts()
820 rbd_opts->cluster_size = qemu_opt_get_size_del(opts, in qemu_rbd_co_create_opts()
H A Dssh.c970 ssh_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in ssh_co_create_opts()
H A Dvdi.c921 block_size = qemu_opt_get_size_del(opts, in vdi_co_create_opts()
H A Dvmdk.c2739 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in vmdk_co_create_opts()
/qemu/include/qemu/
H A Doption.h95 uint64_t qemu_opt_get_size_del(QemuOpts *opts, const char *name,
/qemu/util/
H A Dqemu-option.c435 uint64_t qemu_opt_get_size_del(QemuOpts *opts, const char *name, in qemu_opt_get_size_del() function