/titanic_44/usr/src/cmd/fs.d/ufs/clri/ |
H A D | clri.c | 174 (void) llseek(f, (offset_t)(SBLOCK * DEV_BSIZE), 0); in main() 216 (void) llseek(fd, (offset_t)(SBLOCK * DEV_BSIZE), 0); in read_sb()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_minix.c | 46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro 168 if (part_length < (SBLOCK + in minix_mount() 172 if (!devread (SBLOCK, 0, sizeof (struct minix_super_block), in minix_mount()
|
H A D | fsys_ffs.c | 87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE)) in ffs_mount() 88 || !devread (SBLOCK, 0, SBSIZE, (char *) SUPERBLOCK) in ffs_mount()
|
H A D | fsys_ext2fs.c | 35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro 310 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE)) in ext2fs_mount() 311 || !devread (SBLOCK, 0, sizeof (struct ext2_super_block), in ext2fs_mount()
|
H A D | fs.h | 74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE)) macro
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsirand/ |
H A D | fsirand.c | 92 if (llseek(fd, (offset_t)SBLOCK * DEV_BSIZE, 0) == -1) { in main() 185 if (llseek(fd, (offset_t)SBLOCK * DEV_BSIZE, 0) == -1) { in main()
|
/titanic_44/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | labelit.c | 155 if (llseek(f, (offset_t)SBLOCK * DEV_BSIZE, 0) < 0) { in label() 225 if (llseek(f, (offset_t)SBLOCK * DEV_BSIZE, 0) < 0) { in label()
|
/titanic_44/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 339 bwrite((diskaddr_t)SBLOCK, (char *)&sblock, SBSIZE); in main() 374 if (bread((diskaddr_t)SBLOCK, (char *)fs, SBSIZE)) { in getsb()
|
/titanic_44/usr/src/cmd/fs.d/ufs/ncheck/ |
H A D | ncheck.c | 249 bread((diskaddr_t)SBLOCK, (char *)&sblock, SBSIZE); in check() 283 bread((diskaddr_t)SBLOCK, (char *)&sblock, SBSIZE); in check()
|
/titanic_44/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 1643 if (lseek(fd, SBLOCK * DEV_BSIZE, 0) != SBLOCK * DEV_BSIZE) { in getinfs() 1662 if (lseek(fd, SBLOCK * DEV_BSIZE, 0) != SBLOCK * DEV_BSIZE) { in getoutfs()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | setup.c | 121 bflag != 0 ? (diskaddr_t)bflag : (diskaddr_t)SBLOCK, in read_super_block() 681 bwrite(fswritefd, (caddr_t)&sblock, SBLOCK, SBSIZE); in find_superblock() 1216 bflag != 0 ? bflag : SBLOCK, s); in badsb()
|
H A D | utilities.c | 464 if (blk < SBLOCK) { in fsck_bread() 468 SBLOCK, (longlong_t)blk); in fsck_bread() 511 if (blk < SBLOCK) { in bwrite() 2186 if (logbtodb(&sblock, sblock.fs_logbno) < SBLOCK) { in examinelog() 2190 logbtodb(&sblock, sblock.fs_logbno), SBLOCK); in examinelog()
|
/titanic_44/usr/src/cmd/fs.d/ufs/ff/ |
H A D | ff.c | 310 bread(SBLOCK, (char *)&sblock, SBSIZE); in check() 344 bread(SBLOCK, (char *)&sblock, SBSIZE); in check()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 667 tpt = UFS_BREAD(ufsvfsp, ufsvfsp->vfs_dev, SBLOCK, SBSIZE); in remountfs() 872 tp = UFS_BREAD(ufsvfsp, dev, SBLOCK, SBSIZE); in mountfs() 992 tp = UFS_BREAD(ufsvfsp, dev, SBLOCK, SBSIZE); in mountfs() 1012 bp->b_blkno = SBLOCK; in mountfs()
|
H A D | ufs_trans.c | 335 TRANS_MATAADD(ufsvfsp, ldbtob(SBLOCK), fs->fs_sbsize); in ufs_trans_mata_mount()
|
/titanic_44/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 268 bread(fd, (diskaddr_t)SBLOCK, (char *)&sblock, SBSIZE); in check()
|
/titanic_44/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 707 bread((diskaddr_t)SBLOCK, (uchar_t *)sblock, (long)SBSIZE); in main() 755 bread((diskaddr_t)SBLOCK, (uchar_t *)sblock, (long)SBSIZE); in main()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 92 #define SBLOCK ((daddr32_t)(BBLOCK + BBSIZE / DEV_BSIZE)) macro
|
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 480 bread((diskaddr_t)SBLOCK, (char *)&sblock, SBSIZE); in chkquota()
|
/titanic_44/usr/src/common/fs/ |
H A D | ufsops.c | 567 head->fi_blocknum = SBLOCK; in bufs_mountroot()
|
/titanic_44/usr/src/cmd/fs.d/ufs/newfs/ |
H A D | newfs.c | 1091 if (llseek(fd, (offset_t)SBLOCK * DEV_BSIZE, 0) == -1 || in notrand()
|
/titanic_44/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 479 if (bread(file, fi, SBLOCK, (char *)&sblock, SBSIZE) == 0) { in dfreedev()
|
/titanic_44/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 638 head->fi_blocknum = SBLOCK; in boot_ufs_mountroot()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 498 if (llseek(fd, (offset_t)(SBLOCK * DEV_BSIZE), 0) == -1) { in main() 4103 addr = SBLOCK * DEV_BSIZE; in fprnt() 4875 (void) llseek(f, (offset_t)SBLOCK * DEV_BSIZE, 0); in old_fsdb() 4900 (void) llseek(f, (offset_t)(SBLOCK * DEV_BSIZE), 0); in old_fsdb()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 174 (void) llseek(h->fd, (offset_t)SBLOCK * DEV_BSIZE, 0); in is_ufs()
|