Home | History | Annotate | Download | only in genext2fs

Lines Matching defs:EXT2_FIRST_INO

181 #define EXT2_FIRST_INO       11    // First non reserved inode
1975 if(nbinodes < EXT2_FIRST_INO - 1 + (nbresrvd ? 1 : 0))
2013 fs->sb.s_free_inodes_count = fs->sb.s_inodes_count - EXT2_FIRST_INO + 1;
2040 EXT2_FIRST_INO + 2;
2069 for(j = 1; j < EXT2_FIRST_INO; j++)
2338 s = (nod >= EXT2_FIRST_INO) ? "normal" : "unknown reserved";
2666 stats.ninodes = EXT2_FIRST_INO - 1 + (nbresrvd ? 1 : 0);