• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/

Lines Matching defs:blocks

100 	"\t[-N number-of-inodes] [-m reserved-blocks-percentage] "
101 "[-o creator-os]\n\t[-g blocks-per-group] [-L volume-label] "
104 "\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"),
162 * Reads the bad blocks list from a file
180 _("while reading in list of bad blocks from file"));
209 _("while processing list of bad blocks from program"));
247 * See if any of the bad blocks are showing up in the backup
262 " bad blocks.\n\n"),
274 * Mark all the bad blocks as used...
279 _("while marking bad blocks as used"));
342 * Helper function which zeros out _num_ blocks starting at _blk_. In
432 "blocks in inode table starting at %u: %s\n"),
673 fprintf(stderr, _("warning: %u blocks unused.\n\n"),
688 printf(_("%u inodes, %u blocks\n"), s->s_inodes_count,
690 printf(_("%u blocks (%2.2f%%) reserved for the super user\n"),
695 printf(_("Maximum filesystem blocks=%lu\n"),
703 printf(_("%u blocks per group, %u fragments per group\n"),
712 printf(_("Superblock backups stored on blocks: "));
883 "\tstride=<RAID per-disk data chunk in blocks>\n"
884 "\tstripe-width=<RAID stride * data disks in blocks>\n"
885 "\tresize=<resize maximum size in blocks>\n\n"
1052 case 'c': /* Check for bad blocks */
1074 _("Illegal number for blocks per group"));
1079 _("blocks per group must be multiple of 8"));
1115 _("invalid reserved blocks percent - %s"),
1243 _("%d-byte blocks too big for system (max %d)"),
1247 fprintf(stderr, _("Warning: %d-byte blocks too big for system "
1255 com_err(program_name, 0, _("invalid blocks count - %s"),
1464 _("reserved online resize blocks not supported "
1473 _("blocks per group count out of range"));
1480 _("Filesystem too large. No more than 2**31-1 blocks\n"
1544 "filesystem with %lu blocks, "
1554 * Calculate number of blocks to reserve
1691 unsigned long blocks = fs->super->s_blocks_count;
1704 start = (blocks & ~(rsv - 1));
1708 retval = zero_blocks(fs, start, blocks - start,
1727 _("while reserving blocks for online resize"));
1776 printf(_("Creating journal (%d blocks): "),