Home | History | Annotate | Download | only in genext2fs

Lines Matching full:inodes

22 // 			Bugfix: fill blocks with inodes
46 // 5 Jan 2003 Bugfixes: reserved inodes should be set vsundar@usc.edu
173 // reserved inodes
444 udecl32(s_inodes_count) /* Count of inodes in the filesystem */ \
448 udecl32(s_free_inodes_count) /* Count of the number of free inodes */ \
454 udecl32(s_inodes_per_group) /* Count of the number of inodes in each block group */ \
475 udecl16(bg_free_inodes_count) /* Free inodes in the group */ \
917 /* Distribute inodes amongst all the blocks */
918 /* For every block group with more than average number of free inodes */
921 /* We do it for all inodes. */
1976 error_msg_and_die("too few inodes. Note: options have changed, see --help or the man page.");
1980 /* nbinodes is the total number of inodes in the system.
1981 * a block group can have no more than 8192 inodes.
2001 error_msg_and_die("too much overhead, try fewer inodes or more blocks. Note: options have changed, see --help or the man page.");
2047 /* Mark non-filesystem blocks and inodes as allocated */
2048 /* Mark system blocks and inodes as allocated */
2063 //non-filesystem inodes
2067 //system inodes
2388 printf("%d inodes (%d free)\n", fs->sb.s_inodes_count,
2394 printf("%d blocks per group,%d frags per group,%d inodes per group\n",
2489 " -N, --number-of-inodes <number of inodes>\n"
2548 { "number-of-inodes", required_argument, NULL, 'N' },
2676 fprintf(stderr, "number of inodes too low, increasing to %ld\n", stats.ninodes);