Home
last modified time | relevance | path

Searched refs:BLOCK_OPT_CLUSTER_SIZE (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/block/
H A Dvdi.c922 BLOCK_OPT_CLUSTER_SIZE, in vdi_co_create_opts()
1015 .name = BLOCK_OPT_CLUSTER_SIZE,
H A Dparallels.c98 .name = BLOCK_OPT_CLUSTER_SIZE,
1106 { BLOCK_OPT_CLUSTER_SIZE, "cluster-size" }, in parallels_co_create_opts()
H A Drbd.c821 BLOCK_OPT_CLUSTER_SIZE, 0); in qemu_rbd_co_create_opts()
1773 .name = BLOCK_OPT_CLUSTER_SIZE,
H A Dqed.c776 { BLOCK_OPT_CLUSTER_SIZE, "cluster-size" }, in bdrv_qed_co_create_opts()
1631 .name = BLOCK_OPT_CLUSTER_SIZE,
H A Dqcow2.c3447 cluster_size = qemu_opt_get_size_del(opts, BLOCK_OPT_CLUSTER_SIZE, in qcow2_opt_get_cluster_size_del()
3940 { BLOCK_OPT_CLUSTER_SIZE, "cluster-size" }, in qcow2_co_create_opts()
6093 .name = BLOCK_OPT_CLUSTER_SIZE, \
/openbmc/qemu/include/block/
H A Dblock_int-common.h44 #define BLOCK_OPT_CLUSTER_SIZE "cluster_size" macro
/openbmc/qemu/
H A Dblock.c7407 if (qemu_opt_get_size(opts, BLOCK_OPT_CLUSTER_SIZE, 0)) { in bdrv_img_create()