Home | History | Annotate | Download | only in fsck_ffs

Lines Matching defs:super

170 				"SEARCH FOR ALTERNATE SUPER-BLOCK",
174 "SUPER-BLOCK TO SUPPLY NEEDED",
274 * Check and potentially fix certain fields in the super block.
780 * Read in the super block and its summary info.
785 daddr_t super = 0;
790 super = bflag;
791 if (bread(fsreadfd, (char *)sblk.b_un.b_fs, super,
801 super = sblock_try[i] / dev_bsize;
803 super, (long)SBLOCKSIZE) != 0)
849 * run a few consistency checks of the super block
858 super *= dev_bsize;
860 sblk.b_bno = super / dev_bsize;
866 * of whole super block against an alternate super block->
867 * When an alternate super-block is specified this check is skipped.
902 "VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE");
1071 pfatal("BAD SUPER BLOCK: %s\n", s);