Home
last modified time | relevance | path

Searched refs:inode_ratio (Results 1 – 25 of 33) sorted by relevance

12

/external/e2fsprogs/misc/
Dmke2fs-hurd.conf7 inode_ratio = 16384
19 inode_ratio = 4096
22 inode_ratio = 8192
25 inode_ratio = 32768
28 inode_ratio = 65536
31 inode_ratio = 4096
34 inode_ratio = 1048576
37 inode_ratio = 4194304
Dmke2fs.conf.in7 inode_ratio = 16384
20 inode_ratio = 4096
25 inode_ratio = 8192
28 inode_ratio = 32768
31 inode_ratio = 65536
34 inode_ratio = 4096
37 inode_ratio = 1048576
41 inode_ratio = 4194304
Dmke2fs.c1486 int inode_ratio = 0; in PRS() local
1686 inode_ratio = parse_num_blocks(optarg, -1); in PRS()
1687 if (inode_ratio < EXT2_MIN_BLOCK_SIZE || in PRS()
1688 inode_ratio > EXT2_MAX_BLOCK_SIZE * 1024) { in PRS()
2253 if (inode_ratio == 0) { in PRS()
2254 inode_ratio = get_int_from_profile(fs_types, "inode_ratio", in PRS()
2256 if (inode_ratio < blocksize) in PRS()
2257 inode_ratio = blocksize; in PRS()
2258 if (inode_ratio < EXT2_CLUSTER_SIZE(&fs_param)) in PRS()
2259 inode_ratio = EXT2_CLUSTER_SIZE(&fs_param); in PRS()
[all …]
De2fuzz.sh111 inode_ratio = 4096
/external/e2fsprogs/tests/
Dmke2fs.conf.in5 inode_ratio = 16384
23 inode_ratio = 4096
28 inode_ratio = 8192
31 inode_ratio = 4096
34 inode_ratio = 1048576
38 inode_ratio = 4194304
/external/autotest/client/site_tests/platform_EncryptedStateful/
Dplatform_EncryptedStateful.py173 inode_ratio = float(info.f_files) / float(info.f_blocks)
174 chk.check(inode_ratio > 0.20 and inode_ratio < 0.30,
176 (self.encrypted, inode_ratio*100))
/external/e2fsprogs/tests/d_fallocate_blkmap/
Dscript21 inode_ratio = 16384
/external/e2fsprogs/tests/m_hugefile/
Dscript26 inode_ratio = 4194304
/external/e2fsprogs/tests/d_punch/
Dscript21 inode_ratio = 16384
/external/e2fsprogs/tests/d_punch_bigalloc/
Dscript22 inode_ratio = 16384
/external/e2fsprogs/tests/d_fallocate/
Dscript21 inode_ratio = 16384
/external/e2fsprogs/tests/d_fallocate_bigalloc/
Dscript22 inode_ratio = 16384
/external/e2fsprogs/doc/RelNotes/
Dv1.39.txt8 configure the filesystem features, blocksize, and inode_ratio for
/external/e2fsprogs/po/
Duk.po6179 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6183 "\tдля файлової системи з %llu блоків, вкажіть більше значення inode_ratio (-"
Did.po6051 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6055 "\tsistem berkas dengan %lu blok, spesifikan lebih tinggi inode_ratio (-i)\n"
Dhu.po6153 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6157 "\tblokkos fájlrendszernek, adjon meg magasabb inode_ratio (-i) értéket\n"
Dca.po6168 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6172 "\tun sistema de fitxers amb %llu blocs. Especifiqueu una inode_ratio (-i)\n"
Dde.po6248 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6252 "\tDateisystem mit %llu Blöcken, geben Sie ein höheres inode_ratio (-i)\n"
De2fsprogs.pot5635 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dfi.po5722 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dsr.po6177 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dzh_CN.po5952 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dms.po5946 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dda.po5892 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Deo.po5883 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"

12