Home
last modified time | relevance | path

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

/external/genext2fs/
Dgenext2fs.c1959 init_fs(int nbblocks, int nbinodes, int nbresrvd, int holes, uint32 fs_timestamp) in init_fs() argument
1973 if(nbresrvd < 0) in init_fs()
1975 if(nbinodes < EXT2_FIRST_INO - 1 + (nbresrvd ? 1 : 0)) in init_fs()
2011 fs->sb.s_r_blocks_count = nbresrvd; in init_fs()
2518 int nbresrvd = -1; local
2662 nbresrvd = nbblocks * RESERVED_BLOCKS;
2664 nbresrvd = nbblocks * reserved_frac;
2666 stats.ninodes = EXT2_FIRST_INO - 1 + (nbresrvd ? 1 : 0);
2687 fs = init_fs(nbblocks, nbinodes, nbresrvd, holes, fs_timestamp);