Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:blocks

90 		" -c                   Check for bad blocks and add them to the badblock list\n"
108 blk_t blocks, blocks_used;
120 blocks = fs->super->s_blocks_count;
136 printf(_("%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"),
139 blocks_used, blocks);
154 printf (_(" # of inodes with ind/dind/tind blocks: %u/%u/%u\n"),
170 printf (P_("%8u block used (%2.2f%%)\n", "%8u blocks used (%2.2f%%)\n",
171 blocks_used), blocks_used, 100.0 * blocks_used / blocks);
172 printf (P_("%8u bad block\n", "%8u bad blocks\n",
346 printf(_("%s: clean, %u/%u files, %u/%u blocks"), ctx->device_name,
1044 printf(_("%s: %s trying backup blocks...\n"),
1056 "when using the backup blocks");
1290 * Calculate the number of filesystem blocks per pagesize. If
1291 * fs->blocksize > page_size, set the number of blocks per
1326 _("while reading bad blocks inode"));
1357 printf(_("Creating journal (%d blocks): "),