Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcrypto.c636 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 Dgluster.c99 .name = BLOCK_OPT_PREALLOC,
1138 tmp = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in qemu_gluster_co_create_opts()
H A Dfile-posix.c3036 buf = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in raw_co_create_opts()
3733 .name = BLOCK_OPT_PREALLOC,
H A Dqcow2.c5109 optstr = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in qcow2_measure()
6105 .name = BLOCK_OPT_PREALLOC, \
/openbmc/qemu/include/block/
H A Dblock_int-common.h46 #define BLOCK_OPT_PREALLOC "preallocation" macro
/openbmc/qemu/
H A Dblock.c649 buf = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in bdrv_co_create_opts_simple()
1841 .name = BLOCK_OPT_PREALLOC,
H A Dqemu-img.c2623 qemu_opt_get(opts, BLOCK_OPT_PREALLOC); in img_convert()