Home
last modified time | relevance | path

Searched refs:growable (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/block/export/
H A Dfuse.c58 bool growable; member
129 if (args->growable || blk_exp_args->writable) { in fuse_export_create()
180 exp->growable = args->growable; in fuse_export_create()
453 add_resize_perm = !exp->growable && !exp->writable; in fuse_do_truncate()
652 if (exp->growable) { in fuse_write()
/openbmc/qemu/tests/qemu-iotests/
H A D308.out131 --- Try growing non-growable export ---
142 --- Try growing growable export ---
154 'mountpoint': 'TEST_DIR/t.IMGFMT.fuse', 'writable': true, 'growable': true
H A D108334 …d=fuse-export,node-name=export-node,mountpoint="$export_mp",writable=on,growable=off,allow-other=o…
H A Dcommon.rc545 …d=fuse-export,node-name=export-node,mountpoint="$export_mp",writable=on,growable=on,allow-other=of…
/openbmc/qemu/docs/system/
H A Dimages.rst6 QEMU supports many disk image formats, including growable disk images
/openbmc/qemu/docs/tools/
H A Dqemu-storage-daemon.rst79 …--export [type=]fuse,id=<id>,node-name=<node-name>,mountpoint=<file>[,growable=on|off][,writable=o…
106 ``growable`` is set, writes after the end of the exported file will grow the
H A Dqemu-img.rst434 growable format such as ``qcow``: the empty sectors are detected and
/openbmc/qemu/qapi/
H A Dblock-export.json169 # @growable: Whether writes beyond the EOF should grow the block node
186 '*growable': 'bool',
H A Dblock-core.json967 # growable sparse files (like qcow2) that are used on top of a
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch57 +/* A growable list of spans. */