/openbmc/qemu/tests/qemu-iotests/ |
H A D | 106.out | 8 --- create_mode=off growth_mode=falloc --- 16 --- create_mode=falloc growth_mode=off --- 17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc 20 --- create_mode=falloc growth_mode=falloc --- 21 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc 24 --- create_mode=falloc growth_mode=full --- 25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc 32 --- create_mode=full growth_mode=falloc --- 42 --- growth_mode=falloc --- 53 --- growth_mode=falloc ---
|
H A D | 125.out | 18 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=falloc --- 50 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=falloc --- 66 --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=off --- 67 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc 74 --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=metadata --- 75 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc 82 --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=falloc --- 83 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc 90 --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=full --- 91 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=falloc [all …]
|
H A D | 106 | 50 for create_mode in off falloc full; do 51 for growth_mode in off falloc full; do 86 for growth_mode in falloc full off; do 95 for growth_mode in falloc full; do
|
H A D | 243.out | 15 === preallocation=falloc === 17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=falloc 43 === External data file: preallocation=falloc === 45 …'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 data_file=TEST_DIR/t.IMGFMT.data preallocation=falloc
|
H A D | 243 | 49 for mode in off metadata falloc full; do 66 for mode in off metadata falloc full; do
|
H A D | 175.out | 15 == creating image with preallocation falloc == 16 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 preallocation=falloc
|
H A D | 125 | 118 for create_mode in off metadata falloc full; do 119 for growth_mode in off metadata falloc full; do
|
H A D | 288 | 76 -o key-secret=sec0,iter-time=10,preallocation=falloc \
|
H A D | 175 | 96 for mode in off full falloc; do
|
H A D | 288.out | 18 == measure preallocation=falloc 1G image file ==
|
H A D | 082.out | 71 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 97 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 123 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 149 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 175 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 201 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 227 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 253 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 292 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 381 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) [all …]
|
H A D | 271 | 728 _make_test_img -o extended_l2=on,preallocation=falloc -F raw -b "$TEST_IMG.base" 512k 754 $QEMU_IMG resize --preallocation=falloc "$TEST_IMG" 1013k 779 $QEMU_IMG resize --preallocation=falloc "$TEST_IMG" 1013k
|
H A D | 271.out | 587 # backing file and preallocation=falloc 588 …T', fmt=IMGFMT size=524288 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw preallocation=falloc 615 # resize --preallocation=falloc 641 # resize --preallocation=falloc
|
H A D | 206.out | 53 … "file", "filename": "TEST_DIR/PID-t.qcow2", "nocow": true, "preallocation": "falloc", "size": 0}}}
|
H A D | 274.out | 212 === preallocation=falloc ===
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch | 4 Subject: [PATCH] Create.c: include linux/falloc.h for FALLOC_FL_ZERO_RANGE 24 +#include <linux/falloc.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/ |
H A D | 0001-executor-Include-missing-linux-falloc.h.patch | 4 Subject: [PATCH] executor: Include missing linux/falloc.h 31 +#include <linux/falloc.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/ |
H A D | syzkaller_git.bb | 11 file://0001-executor-Include-missing-linux-falloc.h.patch;patchdir=src/${GO_IMPORT} \
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoe.h | 149 ulong falloc; /* number of allocated frames */ member
|
H A D | aoeblk.c | 133 seq_printf(s, "falloc: %ld\n", (*t)->falloc); in aoe_debugfs_show()
|
H A D | aoecmd.c | 212 if (t->falloc >= NSKBPOOLMAX*2) in newtframe() 217 t->falloc++; in newtframe()
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 24 file://0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch \
|
/openbmc/qemu/docs/system/ |
H A D | qemu-block-drivers.rst.inc | 28 Preallocation mode (allowed values: ``off``, ``falloc``, 29 ``full``). ``falloc`` mode preallocates space for image by 137 Preallocation mode (allowed values: ``off``, ``metadata``, ``falloc``, 139 improve performance when the image needs to grow. ``falloc`` and ``full``
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-img.rst | 775 Preallocation mode (allowed values: ``off``, ``falloc``, 776 ``full``). ``falloc`` mode preallocates space for image by 860 ``falloc``, ``full``). An image with preallocated metadata is 862 to grow. ``falloc`` and ``full`` preallocations are like the same
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 213 include/linux/falloc.h,
|