Home
last modified time | relevance | path

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

/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
26 inode_ratio = 4096
31 inode_ratio = 8192
34 inode_ratio = 32768
37 inode_ratio = 65536
40 inode_ratio = 4096
43 inode_ratio = 1048576
47 inode_ratio = 4194304
Dmke2fs.c1283 int inode_ratio = 0; in PRS() local
1474 inode_ratio = strtoul(optarg, &tmp, 0); in PRS()
1475 if (inode_ratio < EXT2_MIN_BLOCK_SIZE || in PRS()
1476 inode_ratio > EXT2_MAX_BLOCK_SIZE * 1024 || in PRS()
1941 if (inode_ratio == 0) { in PRS()
1942 inode_ratio = get_int_from_profile(fs_types, "inode_ratio", in PRS()
1944 if (inode_ratio < blocksize) in PRS()
1945 inode_ratio = blocksize; in PRS()
1946 if (inode_ratio < EXT2_CLUSTER_SIZE(&fs_param)) in PRS()
1947 inode_ratio = EXT2_CLUSTER_SIZE(&fs_param); in PRS()
[all …]
/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/po/
Did.po4700 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4704 "\tsistem berkas dengan %lu blok, spesifikan lebih tinggi inode_ratio (-i)\n"
Dca.po4636 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4640 "\tun sistema de fitxers amb %lu blocs. Especifiqueu una inode_ratio (-i)\n"
De2fsprogs.pot4652 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dzh_CN.po4423 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dit.po4759 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dde.po4641 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dtr.po4873 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dsv.po4701 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Des.po4840 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dpl.po4700 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dnl.po4714 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dcs.po4721 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Dvi.po4686 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
/external/e2fsprogs/
DRELEASE-NOTES3898 configure the filesystem features, blocksize, and inode_ratio for