HomeSort by: relevance | last modified time | path
    Searched refs:SBSIZE (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/sun68k/stand/
README 5 in size to SBSIZE - DEV_BSIZE bytes), and a 2nd-level program that resides
  /src/sys/lib/libsa/
minixfs3.h 85 * mfs_inodes_per_block must be the firs one (see SBSIZE)
109 #define SBSIZE offsetof(struct mfs_sblock, mfs_inodes_per_block)
135 memcpy((new), (old), SBSIZE);
minixfs3.c 454 * read SBSIZE and read MINBSIZE.
456 if (SBSIZE > MINBSIZE)
475 if (SBSIZE > fs->mfs_block_size)
ext2fs.c 414 static uint8_t sbbuf[SBSIZE];
420 SBOFF / GETSECSIZE(f), SBSIZE, sbbuf, &buf_size);
424 if (buf_size != SBSIZE)
  /src/sbin/fsck_ext2fs/
setup.c 148 sblk.b_un.b_buf = malloc(SBSIZE);
149 asblk.b_un.b_buf = malloc(SBSIZE);
303 if (bread(fsreadfd, (char *)sblk.b_un.b_fs, super, (long)SBSIZE) != 0)
306 sblk.b_size = SBSIZE;
361 (long)SBSIZE);
425 if (memcmp(sblk.b_un.b_fs, asblk.b_un.b_fs, SBSIZE)) {
432 endlp = olp + (SBSIZE / sizeof(*olp));
  /src/sys/arch/luna68k/stand/boot/
disklabel.c 90 #define SBSIZE SBLOCKSIZE
218 bp->d_sbsize = SBSIZE;
302 #define BLOCK_SIZE SBSIZE
  /src/usr.sbin/installboot/
ext2fs.c 128 uint8_t sbbuf[SBSIZE];
130 if (ext2fs_read_disk_block(params, SBOFF / params->sectorsize, SBSIZE,
174 SBSIZE, gdbuf) == 0)
  /src/sys/ufs/ext2fs/
ext2fs.h 83 #define SBSIZE 1024
103 * Note that super blocks are always of size SBSIZE,
104 * and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
488 # define e2fs_sbload(old, new) memcpy((new), (old), SBSIZE)
489 # define e2fs_sbsave(old, new) memcpy((new), (old), SBSIZE)
ext2fs_vfsops.c 628 error = bread(devvp, SBLOCK, SBSIZE, 0, &bp);
728 error = bread(devvp, SBLOCK, SBSIZE, 0, &bp);
1311 bp = getblk(mp->um_devvp, SBLOCK, SBSIZE, 0, 0);
  /src/sbin/newfs_ext2fs/
mke2fs.c 170 char pad[SBSIZE];
783 uint32_t oldfs[SBSIZE / sizeof(uint32_t)];
822 roundup(SBSIZE, sectorsize), iobuf);
  /src/usr.sbin/quotacheck/
quotacheck.c 88 # define SBLOCKSIZE SBSIZE
91 # define SBLOCKSEARCH { SBSIZE, -1 }

Completed in 18 milliseconds