| /netbsd-src/sbin/fsck_ext2fs/ |
| H A D | setup.c | 148 sblk.b_un.b_buf = malloc(SBSIZE); in setup() 149 asblk.b_un.b_buf = malloc(SBSIZE); in setup() 303 if (bread(fsreadfd, (char *)sblk.b_un.b_fs, super, (long)SBSIZE) != 0) in readsb() 306 sblk.b_size = SBSIZE; in readsb() 361 (long)SBSIZE); in readsb() 425 if (memcmp(sblk.b_un.b_fs, asblk.b_un.b_fs, SBSIZE)) { in readsb() 432 endlp = olp + (SBSIZE / sizeof(*olp)); in readsb()
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | minixfs3.h | 109 #define SBSIZE offsetof(struct mfs_sblock, mfs_inodes_per_block) macro 135 memcpy((new), (old), SBSIZE);
|
| H A D | ext2fs.c | 414 static uint8_t sbbuf[SBSIZE]; in read_sblock() 420 SBOFF / GETSECSIZE(f), SBSIZE, sbbuf, &buf_size); in read_sblock() 424 if (buf_size != SBSIZE) in read_sblock()
|
| H A D | minixfs3.c | 456 if (SBSIZE > MINBSIZE) in read_sblock() 475 if (SBSIZE > fs->mfs_block_size) in read_sblock()
|
| /netbsd-src/sys/arch/luna68k/stand/boot/ |
| H A D | disklabel.c | 90 #define SBSIZE SBLOCKSIZE macro 218 bp->d_sbsize = SBSIZE; in disklabel() 302 #define BLOCK_SIZE SBSIZE in disklabel()
|
| /netbsd-src/usr.sbin/installboot/ |
| H A D | ext2fs.c | 128 uint8_t sbbuf[SBSIZE]; in ext2fs_read_sblock() 130 if (ext2fs_read_disk_block(params, SBOFF / params->sectorsize, SBSIZE, in ext2fs_read_sblock() 174 SBSIZE, gdbuf) == 0) in ext2fs_read_gdblock()
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs.h | 83 #define SBSIZE 1024 macro 488 # define e2fs_sbload(old, new) memcpy((new), (old), SBSIZE) 489 # define e2fs_sbsave(old, new) memcpy((new), (old), SBSIZE)
|
| H A D | ext2fs_vfsops.c | 632 error = bread(devvp, SBLOCK, SBSIZE, 0, &bp); in ext2fs_reload() 732 error = bread(devvp, SBLOCK, SBSIZE, 0, &bp); in ext2fs_mountfs() 1315 bp = getblk(mp->um_devvp, SBLOCK, SBSIZE, 0, 0); in ext2fs_sbupdate()
|
| /netbsd-src/distrib/evbsh3/instkernel/ramdisk/ |
| H A D | disktab.preinstall | 22 # sb superblock size, default SBSIZE
|
| /netbsd-src/distrib/emips/ramdisk/ |
| H A D | disktab.preinstall | 22 # sb superblock size, default SBSIZE
|
| /netbsd-src/sys/arch/sun68k/stand/ |
| H A D | README | 5 in size to SBSIZE - DEV_BSIZE bytes), and a 2nd-level program that resides
|
| /netbsd-src/usr.sbin/quotacheck/ |
| H A D | quotacheck.c | 88 # define SBLOCKSIZE SBSIZE 91 # define SBLOCKSEARCH { SBSIZE, -1 }
|
| /netbsd-src/sbin/newfs_ext2fs/ |
| H A D | mke2fs.c | 170 char pad[SBSIZE]; 783 uint32_t oldfs[SBSIZE / sizeof(uint32_t)]; in zap_old_sblock() 822 roundup(SBSIZE, sectorsize), iobuf); in zap_old_sblock()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| H A D | cpp.c | 64 #define SBSIZE 1000000 macro 66 static usch sbf[SBSIZE]; 1087 if (stringbuf >= &sbf[SBSIZE]) in savch() 2251 if (stringbuf >= &sbf[SBSIZE]) in savstr()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1585 SBSIZE
|
| H A D | newsp.errs | 3318 SBSIZE
|
| /netbsd-src/share/examples/disktab/ |
| H A D | disktab | 26 # sb superblock size, default SBSIZE
|