Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:superblock

78 		_("Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
92 " -b superblock Use alternative superblock\n"
93 " -B blocksize Force blocksize when looking for superblock\n"
288 reason = _(" primary superblock features different from backup");
945 ctx->superblock = ctx->use_superblock;
959 if (ctx->superblock && ctx->blocksize) {
961 flags, ctx->superblock, ctx->blocksize,
963 } else if (ctx->superblock) {
969 ctx->superblock, blocksize,
977 if (!ctx->superblock && !(ctx->options & E2F_OPT_PREEN) &&
989 retval ? _("Superblock invalid,") :
1019 "(Or the filesystem superblock "
1045 * We only update the master superblock because (a) paranoia;
1048 * fields in the backup superblock (the kernel doesn't update
1116 * Make sure the ext3 superblock fields are consistent.
1145 _("unable to set superblock flags on %s\n"), ctx->device_name);
1204 * If the user specified a specific superblock, presumably the
1205 * master superblock has been trashed. So we mark the
1206 * superblock as dirty, so it can be written out.
1208 if (ctx->superblock &&
1228 if (ctx->superblock)