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

  /src/sys/arch/luna68k/stand/boot/
disklabel.c 90 #define SBSIZE SBLOCKSIZE
218 bp->d_sbsize = SBSIZE;
302 #define BLOCK_SIZE SBSIZE
  /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);
  /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)

Completed in 307 milliseconds