Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:superblock

77 		_("Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
90 " -b superblock Use alternative superblock\n"
91 " -B blocksize Force blocksize when looking for superblock\n"
375 reason = _(" primary superblock features different from backup");
1113 if (ctx->superblock && ctx->blocksize) {
1115 flags, ctx->superblock, ctx->blocksize,
1117 } else if (ctx->superblock) {
1127 ctx->superblock, blocksize,
1174 * check_interval from the superblock.
1407 ctx->superblock = ctx->use_superblock;
1442 if (!ctx->superblock && !(ctx->options & E2F_OPT_PREEN) &&
1468 retval ? _("Superblock invalid,") :
1470 orig_superblock = ctx->superblock;
1484 "superblock\n"),
1486 ctx->superblock = orig_superblock;
1514 "(Or the filesystem superblock "
1549 * We only update the master superblock because (a) paranoia;
1552 * fields in the backup superblock (the kernel doesn't update
1642 * Make sure the ext3 superblock fields are consistent.
1674 _("unable to set superblock flags "
1725 * If the user specified a specific superblock, presumably the
1726 * master superblock has been trashed. So we mark the
1727 * superblock as dirty, so it can be written out.
1729 if (ctx->superblock &&
1747 if (ctx->superblock)