Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:superblock

80 		_("Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
94 " -b superblock Use alternative superblock\n"
95 " -B blocksize Force blocksize when looking for superblock\n"
326 reason = _(" primary superblock features different from backup");
941 if (ctx->superblock && ctx->blocksize) {
943 flags, ctx->superblock, ctx->blocksize,
945 } else if (ctx->superblock) {
955 ctx->superblock, blocksize,
1037 ctx->superblock = ctx->use_superblock;
1054 if (!ctx->superblock && !(ctx->options & E2F_OPT_PREEN) &&
1070 retval ? _("Superblock invalid,") :
1072 orig_superblock = ctx->superblock;
1084 "superblock\n"), ctx->program_name);
1085 ctx->superblock = orig_superblock;
1112 "(Or the filesystem superblock "
1140 * We only update the master superblock because (a) paranoia;
1143 * fields in the backup superblock (the kernel doesn't update
1220 * Make sure the ext3 superblock fields are consistent.
1249 _("unable to set superblock flags on %s\n"), ctx->device_name);
1309 * If the user specified a specific superblock, presumably the
1310 * master superblock has been trashed. So we mark the
1311 * superblock as dirty, so it can be written out.
1313 if (ctx->superblock &&
1331 if (ctx->superblock)