Lines Matching defs:super
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.