Searched refs:BLOCK_OPT_PREALLOC (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/block/ |
H A D | crypto.c | 636 g_free(qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC)); in block_crypto_measure() 803 buf = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in block_crypto_co_create_opts_luks()
|
H A D | gluster.c | 99 .name = BLOCK_OPT_PREALLOC, 1138 tmp = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in qemu_gluster_co_create_opts()
|
H A D | file-posix.c | 3036 buf = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in raw_co_create_opts() 3733 .name = BLOCK_OPT_PREALLOC,
|
H A D | qcow2.c | 5109 optstr = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in qcow2_measure() 6105 .name = BLOCK_OPT_PREALLOC, \
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 46 #define BLOCK_OPT_PREALLOC "preallocation" macro
|
/openbmc/qemu/ |
H A D | block.c | 649 buf = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in bdrv_co_create_opts_simple() 1841 .name = BLOCK_OPT_PREALLOC,
|
H A D | qemu-img.c | 2623 qemu_opt_get(opts, BLOCK_OPT_PREALLOC); in img_convert()
|