Lines Matching defs:blocks

116 	"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
117 "\t[-g blocks-per-group] [-L volume-label] "
120 "\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"),
178 * Reads the bad blocks list from a file
196 _("while reading in list of bad blocks from file"));
225 _("while processing list of bad blocks from program"));
263 * See if any of the bad blocks are showing up in the backup
278 " bad blocks.\n\n"),
291 * Mark all the bad blocks as used...
296 _("while marking bad blocks as used"));
386 /* The kernel doesn't need to zero the itable blocks */
393 "blocks in inode table starting at %u: %s\n"),
467 /* Ensure that lost+found is at least 2 blocks, so we always
468 * test large empty blocks for big-block filesystems. */
610 fprintf(stderr, _("warning: %u blocks unused.\n\n"),
625 printf(_("Stride=%u blocks, Stripe width=%u blocks\n"),
627 printf(_("%u inodes, %u blocks\n"), s->s_inodes_count,
629 printf(_("%u blocks (%2.2f%%) reserved for the super user\n"),
634 printf(_("Maximum filesystem blocks=%lu\n"),
641 printf(_("%u blocks per group, %u fragments per group\n"),
650 printf(_("Superblock backups stored on blocks: "));
828 "\tstride=<RAID per-disk data chunk in blocks>\n"
829 "\tstripe-width=<RAID stride * data disks in blocks>\n"
830 "\tresize=<resize maximum size in blocks>\n"
1292 case 'c': /* Check for bad blocks */
1313 _("Illegal number for blocks per group"));
1318 _("blocks per group must be multiple of 8"));
1376 _("invalid reserved blocks percent - %s"),
1512 _("%d-byte blocks too big for system (max %d)"),
1516 fprintf(stderr, _("Warning: %d-byte blocks too big for system "
1525 _("invalid blocks count '%s' on device '%s'"),
1814 _("reserved online resize blocks not supported "
1823 _("blocks per group count out of range"));
1886 "filesystem with %lu blocks, "
1896 * Calculate number of blocks to reserve
2027 __u64 blocks;
2030 blocks = fs->super->s_blocks_count;
2033 range[1] = blocks * blocksize;
2256 unsigned long blocks = fs->super->s_blocks_count;
2269 start = (blocks & ~(rsv - 1));
2273 retval = ext2fs_zero_blocks(fs, start, blocks - start,
2291 _("while reserving blocks for online resize"));
2346 printf(_("Creating journal (%u blocks): "),