/external/e2fsprogs/tests/f_dup_ba/ |
name | 1 multiply claimed blocks with bigalloc
|
/external/e2fsprogs/tests/f_badcluster/ |
name | 1 test alignment problems with bigalloc clusters
|
/external/e2fsprogs/tests/d_fallocate_bigalloc/ |
name | 1 fallocate sparse files and big files with bigalloc
|
/external/e2fsprogs/tests/d_punch_bigalloc/ |
name | 1 punch sparse files and big files with bigalloc
|
expect | 2 Warning: the bigalloc feature is still under development 3 See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information
|
script | 24 MKE2FS_CONFIG=$TMPFILE.conf $MKE2FS -F -o Linux -b 1024 -O bigalloc -T ext4 $TMPFILE 65536 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT 2>&1
|
/external/e2fsprogs/tests/f_holedir4/ |
name | 0 bigalloc directory with hole and misaligned extent after hole
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
Alloc.h | 20 void *BigAlloc(size_t size);
27 #define BigAlloc(size) MyAlloc(size)
|
Alloc.c | 95 void *BigAlloc(size_t size)
|
/external/lzma/C/ |
Alloc.h | 22 void *BigAlloc(size_t size);
29 #define BigAlloc(size) MyAlloc(size)
|
XzEnc.c | 21 static void *SzBigAlloc(void *p, size_t size) { p = p; return BigAlloc(size); }
347 ISzAlloc *bigAlloc;
351 static void Lzma2WithFilters_Construct(CLzma2WithFilters *p, ISzAlloc *alloc, ISzAlloc *bigAlloc)
354 p->bigAlloc = bigAlloc;
364 p->lzma2 = Lzma2Enc_Create(p->alloc, p->bigAlloc);
|
Alloc.c | 95 void *BigAlloc(size_t size)
|
/external/e2fsprogs/tests/r_bigalloc_big_expand/ |
script | 3 test_description="ext4 with bigalloc" 4 FEATURES="-t ext4 -O bigalloc"
|
/external/e2fsprogs/tests/t_uninit_bg_rm/ |
script | 27 echo mke2fs -q -t ext4 -O bigalloc -F -o Linux -b 1024 -C 8192 $TMPFILE 10G >> $OUT.new 28 $MKE2FS -q -t ext4 -O bigalloc -F -o Linux -b 1024 -C 8192 $TMPFILE 10G >> $OUT.new 2>&1
|
expect | 12 mke2fs -q -t ext4 -O bigalloc -F -o Linux -b 1024 -C 8192 test.img 10G
|
/external/e2fsprogs/tests/scripts/ |
mkdup | 2 OPTS="-O bigalloc -C 8192"
|
/external/lzma/CPP/7zip/Compress/ |
Lzma2Encoder.cpp | 22 static void *SzBigAlloc(void *, size_t size) { return BigAlloc(size); }
|
LzmaEncoder.cpp | 15 static void *SzBigAlloc(void *, size_t size) { return BigAlloc(size); }
|
PpmdDecoder.cpp | 26 static void *SzBigAlloc(void *, size_t size) { return BigAlloc(size); }
|
PpmdEncoder.cpp | 17 static void *SzBigAlloc(void *, size_t size) { return BigAlloc(size); }
|
/external/e2fsprogs/tests/d_fallocate_blkmap/ |
script | 23 MKE2FS_CONFIG=$TMPFILE.conf $MKE2FS -F -o Linux -b 1024 -O ^bigalloc -T ext4 $TMPFILE 65536 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT 2>&1
|
/external/e2fsprogs/lib/ext2fs/ |
bitmaps.c | 118 * block bitmap which is truly per-block, even if clusters/bigalloc
|
res_gdt.c | 99 * File systems with a blocksize of 1024 and bigalloc have
|
/external/e2fsprogs/tests/d_punch/ |
script | 23 MKE2FS_CONFIG=$TMPFILE.conf $MKE2FS -F -o Linux -b 1024 -O ^bigalloc -T ext4 $TMPFILE 65536 2>&1 | sed -f $cmd_dir/filter.sed >> $OUT 2>&1
|
/external/e2fsprogs/misc/ |
mke2fs.8.in | 232 Specify the size of cluster in bytes for filesystems using the bigalloc 234 cluster. This can only be specified if the bigalloc feature is 237 man page for more details about bigalloc.) The default cluster size if 238 bigalloc is enabled is 16 times the block size. 418 If the bigalloc feature is enabled, the
|