Home | History | Annotate | Download | only in fsck_ext2fs

Lines Matching defs:super

173 			    "SEARCH FOR ALTERNATE SUPER-BLOCK",
177 "SUPER-BLOCK TO SUPPLY NEEDED",
204 * Check and potentially fix certain fields in the super block.
296 * Read in the super block and its summary info, convert to host byte order.
301 daddr_t super = bflag ? bflag : SBOFF / dev_bsize;
303 if (bread(fsreadfd, (char *)sblk.b_un.b_fs, super, (long)SBSIZE) != 0)
305 sblk.b_bno = super;
312 * run a few consistency checks of the super block
351 super *= dev_bsize;
353 sblk.b_bno = super / dev_bsize;
371 * of whole super block against an alternate super block.
372 * When an alternate super-block is specified this check is skipped.
422 badsb(listerr, "INCOMPATIBLE FEATURE BITS IN SUPER BLOCK");
444 "VALUES IN SUPER BLOCK DISAGREE WITH "
492 pfatal("BAD SUPER BLOCK: %s\n", s);