Home
last modified time | relevance | path

Searched refs:inode_ratio (Results 1 – 25 of 31) 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
25 inode_ratio = 4096
30 inode_ratio = 8192
33 inode_ratio = 32768
36 inode_ratio = 65536
39 inode_ratio = 4096
42 inode_ratio = 1048576
46 inode_ratio = 4194304
Dmke2fs.c1457 int inode_ratio = 0; in PRS() local
1661 inode_ratio = parse_num_blocks(optarg, -1); in PRS()
1662 if (inode_ratio < EXT2_MIN_BLOCK_SIZE || in PRS()
1663 inode_ratio > EXT2_MAX_BLOCK_SIZE * 1024) { in PRS()
2193 if (inode_ratio == 0) { in PRS()
2194 inode_ratio = get_int_from_profile(fs_types, "inode_ratio", in PRS()
2196 if (inode_ratio < blocksize) in PRS()
2197 inode_ratio = blocksize; in PRS()
2198 if (inode_ratio < EXT2_CLUSTER_SIZE(&fs_param)) in PRS()
2199 inode_ratio = EXT2_CLUSTER_SIZE(&fs_param); in PRS()
[all …]
De2fuzz.sh111 inode_ratio = 4096
/external/e2fsprogs/tests/
Dmke2fs.conf.in5 inode_ratio = 16384
28 inode_ratio = 4096
33 inode_ratio = 8192
36 inode_ratio = 4096
39 inode_ratio = 1048576
43 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/m_hugefile/
Dscript26 inode_ratio = 4194304
/external/e2fsprogs/tests/d_fallocate_blkmap/
Dscript20 inode_ratio = 16384
/external/e2fsprogs/tests/d_punch/
Dscript20 inode_ratio = 16384
/external/e2fsprogs/tests/d_punch_bigalloc/
Dscript21 inode_ratio = 16384
/external/e2fsprogs/tests/d_fallocate/
Dscript20 inode_ratio = 16384
/external/e2fsprogs/tests/d_fallocate_bigalloc/
Dscript21 inode_ratio = 16384
/external/e2fsprogs/po/
Duk.po6093 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6097 "\tдля файлової системи з %llu блоків, вкажіть більше значення inode_ratio (-"
Did.po5949 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5953 "\tsistem berkas dengan %lu blok, spesifikan lebih tinggi inode_ratio (-i)\n"
Dde.po6098 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6102 "\tDateisystem mit %llu Blöcken, geben Sie ein höheres inode_ratio (-i)\n"
Dhu.po6056 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6060 "\tblokkos fájlrendszernek, adjon meg magasabb inode_ratio (-i) értéket\n"
Dca.po6056 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6060 "\tun sistema de fitxers amb %llu blocs. Especifiqueu una inode_ratio (-i)\n"
De2fsprogs.pot5542 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dsr.po6058 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dzh_CN.po5848 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Deo.po5784 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dda.po5762 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dit.po5957 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dsv.po5976 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dpl.po5969 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"

12