Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dmke2fs.conf5 inode_ratio = 16384
11 inode_ratio = 4096
16 inode_ratio = 8192
19 inode_ratio = 4096
22 inode_ratio = 1048576
25 inode_ratio = 4194304
Dmke2fs.c953 int inode_ratio = 0; in PRS() local
1094 inode_ratio = strtoul(optarg, &tmp, 0); in PRS()
1095 if (inode_ratio < EXT2_MIN_BLOCK_SIZE || in PRS()
1096 inode_ratio > EXT2_MAX_BLOCK_SIZE * 1024 || in PRS()
1449 if (inode_ratio == 0) { in PRS()
1451 8192, &inode_ratio); in PRS()
1453 "inode_ratio", inode_ratio, in PRS()
1454 &inode_ratio); in PRS()
1456 if (inode_ratio < blocksize) in PRS()
1457 inode_ratio = blocksize; in PRS()
[all …]
/external/e2fsprogs/po/
De2fsprogs.pot3748 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dca.po3753 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dde.po3975 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dnl.po3977 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dsv.po3973 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dit.po4069 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dpl.po3953 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dcs.po3965 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dtr.po4235 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
Dvi.po3983 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
/external/e2fsprogs/
DRELEASE-NOTES926 configure the filesystem features, blocksize, and inode_ratio for