Searched refs:BLOCK_OPT_CLUSTER_SIZE (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/block/ |
H A D | vdi.c | 924 BLOCK_OPT_CLUSTER_SIZE, in vdi_co_create_opts() 1017 .name = BLOCK_OPT_CLUSTER_SIZE,
|
H A D | parallels.c | 98 .name = BLOCK_OPT_CLUSTER_SIZE, 1106 { BLOCK_OPT_CLUSTER_SIZE, "cluster-size" }, in parallels_co_create_opts()
|
H A D | qed.c | 776 { BLOCK_OPT_CLUSTER_SIZE, "cluster-size" }, in bdrv_qed_co_create_opts() 1631 .name = BLOCK_OPT_CLUSTER_SIZE,
|
H A D | rbd.c | 821 BLOCK_OPT_CLUSTER_SIZE, 0); in qemu_rbd_co_create_opts() 1773 .name = BLOCK_OPT_CLUSTER_SIZE,
|
H A D | qcow2.c | 3447 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 D | block_int-common.h | 44 #define BLOCK_OPT_CLUSTER_SIZE "cluster_size" macro
|
/openbmc/qemu/ |
H A D | block.c | 7407 if (qemu_opt_get_size(opts, BLOCK_OPT_CLUSTER_SIZE, 0)) { in bdrv_img_create()
|