• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/

Lines Matching defs:superblock

995 	/* Reset the superblock to the user's requested value */
996 ctx->superblock = ctx->use_superblock;
1799 bb_error_msg(_("reading journal superblock"));
1838 /* If we don't understand the superblock major type, but there
1855 bb_error_msg(_("%s: no valid journal superblock found"),
1888 /* Leave a valid existing V1 superblock signature alone.
1898 /* Zero out everything else beyond the superblock header */
1974 * This function makes sure that the superblock fields regarding the
2060 if (ctx->superblock)
2141 ctx->superblock, blocksize, io_ptr,
2151 /* Set the superblock flags */
2321 * %S backup superblock
2351 * @S superblock
3643 * Only the master copy of the superblock and block
3645 * restart, so set the superblock to be used to be the
3646 * master superblock.
4345 * during pass #0 (the superblock checks). All we
4391 * detected in the superblock, group descriptors, inode_bitmaps, or
4403 * This routine marks all blocks which are used by the superblock,
8263 /* Miscellaneous superblock corruption */
8273 /* Inode count in superblock is incorrect */
8297 /* External journal has bad superblock */
8307 /* Journal has an unknown superblock type */
8315 /* Journal superblock is corrupt */
8365 /* Illegal orphan inode in superblock */
8380 /* Journal superblock has an unknown read-only feature flag set */
8385 /* Journal superblock has an unknown incompatible feature flag set */
8405 /* Clearing V2 journal superblock */
8561 /* Bad primary superblock */
8572 /* Bad superblock in group */
9868 * The journal superblock's s_start field (the current log head)
9913 * block offsets): query the superblock.
11247 * e2fsck.c - superblock checks
12419 blk_t superblock, ret_sb = 8193;
12425 ctx->superblock = ret_sb;
12436 ctx->superblock = ret_sb;
12439 ctx->superblock = ret_sb;
12455 superblock = blocksize*8;
12457 superblock++;
12459 if (io_channel_read_blk(io, superblock,
12467 ret_sb = superblock;
12469 ctx->superblock = superblock;
13214 ctx->superblock = ctx->use_superblock;
13226 if (ctx->superblock && ctx->blocksize) {
13228 flags, ctx->superblock, ctx->blocksize,
13230 } else if (ctx->superblock) {
13236 ctx->superblock, blocksize,
13244 if (!ctx->superblock && !(ctx->options & E2F_OPT_PREEN) &&
13250 retval ? _("Couldn't find ext2 superblock,") :
13264 "(Or the filesystem superblock "
13309 * Make sure the ext3 superblock fields are consistent.
13336 bb_error_msg(_("cannot set superblock flags on %s"), ctx->device_name);
13379 * If the user specified a specific superblock, presumably the
13380 * master superblock has been trashed. So we mark the
13381 * superblock as dirty, so it can be written out.
13383 if (ctx->superblock &&
13388 * We only update the master superblock because (a) paranoia;
13391 * fields in the backup superblock (the kernel doesn't
13398 if (ctx->superblock)