Home
last modified time | relevance | path

Searched refs:BLOCK_OPT_SIZE (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/block/
H A Dnull.c37 .name = BLOCK_OPT_SIZE,
90 qemu_opt_get_size(opts, BLOCK_OPT_SIZE, 1 << 30); in null_open()
275 BLOCK_OPT_SIZE,
H A Dcrypto.c223 .name = BLOCK_OPT_SIZE,
638 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in block_crypto_measure()
801 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in block_crypto_co_create_opts_luks()
H A Draw-format.c68 .name = BLOCK_OPT_SIZE,
384 required = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_measure()
H A Dfile-win32.c624 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_co_create_opts()
735 .name = BLOCK_OPT_SIZE,
H A Dnfs.c634 .name = BLOCK_OPT_SIZE,
679 nfs_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in nfs_file_co_create_opts()
H A Dssh.c915 .name = BLOCK_OPT_SIZE,
968 ssh_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in ssh_co_create_opts()
H A Dgluster.c94 .name = BLOCK_OPT_SIZE,
1135 gopts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in qemu_gluster_co_create_opts()
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()
1768 .name = BLOCK_OPT_SIZE,
H A Dvdi.c1011 .name = BLOCK_OPT_SIZE,
H A Dvpc.c1200 .name = BLOCK_OPT_SIZE,
H A Dqcow2.c5146 virtual_size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in qcow2_measure()
5722 } else if (!strcmp(desc->name, BLOCK_OPT_SIZE)) { in qcow2_amend_options()
5723 new_size = qemu_opt_get_size(opts, BLOCK_OPT_SIZE, 0); in qcow2_amend_options()
6026 .name = BLOCK_OPT_SIZE, \
H A Dqcow.c1150 .name = BLOCK_OPT_SIZE,
H A Dparallels.c93 .name = BLOCK_OPT_SIZE,
H A Dvmdk.c2739 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in vmdk_co_create_opts()
3093 .name = BLOCK_OPT_SIZE,
H A Dqed.c1617 .name = BLOCK_OPT_SIZE,
H A Dfile-posix.c3028 total_size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_co_create_opts()
3723 .name = BLOCK_OPT_SIZE,
H A Dvhdx.c2214 .name = BLOCK_OPT_SIZE,
H A Dvvfat.c3185 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, in enable_write_target()
/openbmc/qemu/
H A Dqemu-img.c2579 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, in img_convert()
4043 .name = BLOCK_OPT_SIZE, in img_resize()
4136 if (!qemu_opt_set(param, BLOCK_OPT_SIZE, size, &err)) { in img_resize()
4142 n = qemu_opt_get_size(param, BLOCK_OPT_SIZE, 0); in img_resize()
5248 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, 0, &error_abort); in img_dd()
5250 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, in img_dd()
5502 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, img_size, &error_abort); in img_measure()
H A Dblock.c648 size = qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0); in bdrv_co_create_opts_simple()
1836 .name = BLOCK_OPT_SIZE,
3903 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, total_size, &error_abort); in bdrv_append_temp_snapshot()
7281 if (!qemu_opt_get(opts, BLOCK_OPT_SIZE)) { in bdrv_img_create()
7282 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, img_size, &error_abort); in bdrv_img_create()
7322 size = qemu_opt_get_size(opts, BLOCK_OPT_SIZE, img_size); in bdrv_img_create()
7374 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, size, &error_abort); in bdrv_img_create()
/openbmc/qemu/include/block/
H A Dblock_int-common.h37 #define BLOCK_OPT_SIZE "size" macro