Home
last modified time | relevance | path

Searched refs:SBSIZE (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sbin/fsck_ext2fs/
H A Dsetup.c148 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 Dminixfs3.h109 #define SBSIZE offsetof(struct mfs_sblock, mfs_inodes_per_block) macro
135 memcpy((new), (old), SBSIZE);
H A Dext2fs.c414 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 Dminixfs3.c456 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 Ddisklabel.c90 #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 Dext2fs.c128 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 Dext2fs.h83 #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 Dext2fs_vfsops.c632 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 Ddisktab.preinstall22 # sb superblock size, default SBSIZE
/netbsd-src/distrib/emips/ramdisk/
H A Ddisktab.preinstall22 # sb superblock size, default SBSIZE
/netbsd-src/sys/arch/sun68k/stand/
H A DREADME5 in size to SBSIZE - DEV_BSIZE bytes), and a 2nd-level program that resides
/netbsd-src/usr.sbin/quotacheck/
H A Dquotacheck.c88 # define SBLOCKSIZE SBSIZE
91 # define SBLOCKSEARCH { SBSIZE, -1 }
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c170 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 Dcpp.c64 #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 Dsp.ignore1585 SBSIZE
H A Dnewsp.errs3318 SBSIZE
/netbsd-src/share/examples/disktab/
H A Ddisktab26 # sb superblock size, default SBSIZE