Home
last modified time | relevance | path

Searched refs:prealloc_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dparallels.h84 ParallelsPreallocMode prealloc_mode; member
H A Dparallels.c292 if (s->prealloc_mode == PRL_PREALLOC_MODE_TRUNCATE) { in allocate_clusters()
297 s->prealloc_mode = PRL_PREALLOC_MODE_FALLOCATE; in allocate_clusters()
300 if (s->prealloc_mode == PRL_PREALLOC_MODE_FALLOCATE) { in allocate_clusters()
329 if (s->prealloc_mode == PRL_PREALLOC_MODE_FALLOCATE && in allocate_clusters()
1223 s->prealloc_mode = qapi_enum_parse(&prealloc_mode_lookup, buf, in parallels_opts_prealloc()
/openbmc/qemu/tests/qemu-iotests/
H A D298128 def do_test(self, prealloc_mode, new_size): argument