/openbmc/qemu/block/ |
H A D | null.c | 37 .name = BLOCK_OPT_SIZE, 90 qemu_opt_get_size(opts, BLOCK_OPT_SIZE, 1 << 30); in null_open() 275 BLOCK_OPT_SIZE,
|
H A D | crypto.c | 223 .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 D | raw-format.c | 68 .name = BLOCK_OPT_SIZE, 384 required = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in raw_measure()
|
H A D | file-win32.c | 624 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 D | nfs.c | 634 .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 D | ssh.c | 915 .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 D | gluster.c | 94 .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 D | rbd.c | 818 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 D | vdi.c | 1011 .name = BLOCK_OPT_SIZE,
|
H A D | vpc.c | 1200 .name = BLOCK_OPT_SIZE,
|
H A D | qcow2.c | 5146 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 D | qcow.c | 1150 .name = BLOCK_OPT_SIZE,
|
H A D | parallels.c | 93 .name = BLOCK_OPT_SIZE,
|
H A D | vmdk.c | 2739 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 D | qed.c | 1617 .name = BLOCK_OPT_SIZE,
|
H A D | file-posix.c | 3028 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 D | vhdx.c | 2214 .name = BLOCK_OPT_SIZE,
|
H A D | vvfat.c | 3185 qemu_opt_set_number(opts, BLOCK_OPT_SIZE, in enable_write_target()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 2579 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 D | block.c | 648 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 D | block_int-common.h | 37 #define BLOCK_OPT_SIZE "size" macro
|