Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:EXT2_FIRST_INO

181 #define EXT2_FIRST_INO       11    // First non reserved inode
1976 if(nbinodes < EXT2_FIRST_INO - 1 + (nbresrvd ? 1 : 0))
2014 fs->sb.s_free_inodes_count = fs->sb.s_inodes_count - EXT2_FIRST_INO + 1;
2041 EXT2_FIRST_INO + 2;
2070 for(j = 1; j < EXT2_FIRST_INO; j++)
2339 s = (nod >= EXT2_FIRST_INO) ? "normal" : "unknown reserved";
2667 stats.ninodes = EXT2_FIRST_INO - 1 + (nbresrvd ? 1 : 0);