Home
last modified time | relevance | path

Searched refs:MINBSIZE (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dminixfs3.c449 static uint8_t sbbuf[MINBSIZE]; in read_sblock()
456 if (SBSIZE > MINBSIZE) in read_sblock()
460 SUPER_BLOCK_OFF / GETSECSIZE(f), MINBSIZE, sbbuf, &buf_size); in read_sblock()
464 if (buf_size != MINBSIZE) in read_sblock()
471 if (fs->mfs_block_size < MINBSIZE) in read_sblock()
H A Dminixfs3.h96 #define MINBSIZE (1 << LOG_MINBSIZE) macro
H A Dext2fs.c445 fs->e2fs_bsize = MINBSIZE << fs->e2fs.e2fs_log_bsize; in read_sblock()
/netbsd-src/usr.sbin/fstyp/
H A Dufs.c108 fs->fs_bsize < MINBSIZE || in fstyp_ufs()
/netbsd-src/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c181 optarg, MINBSIZE, EXT2_MAXBSIZE, NULL); in main()
185 optarg, MINBSIZE, EXT2_MAXBSIZE, NULL); in main()
H A Dmke2fs.c218 if (bsize < MINBSIZE) { in mke2fs()
221 bsize, MINBSIZE); in mke2fs()
/netbsd-src/usr.sbin/installboot/
H A Dext2fs.c150 fs->e2fs_bsize = MINBSIZE << fs->e2fs.e2fs_log_bsize; in ext2fs_read_sblock()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs.h107 #define MINBSIZE (1 << LOG_MINBSIZE) macro
H A Dext2fs_vfsops.c921 sbp->f_frsize = MINBSIZE << fs->e2fs.e2fs_fsize; in ext2fs_statvfs()
1405 m_fs->e2fs_bsize = MINBSIZE << fs->e2fs_log_bsize; in ext2fs_sbfill()
/netbsd-src/usr.sbin/makefs/ffs/
H A Dmkfs.c226 if (sblock.fs_bsize < MINBSIZE) { in ffs_mkfs()
228 sblock.fs_bsize, MINBSIZE); in ffs_mkfs()
/netbsd-src/sbin/newfs/
H A Dnewfs.c350 optarg, MINBSIZE, MAXBSIZE, NULL); in main()
H A Dmkfs.c262 if (sblock.fs_bsize < MINBSIZE) { in mkfs()
264 sblock.fs_bsize, MINBSIZE); in mkfs()
/netbsd-src/sys/ufs/ffs/
H A Dfs.h133 * MINBSIZE is the smallest allowable block size.
135 * 2^32 with only two levels of indirection, MINBSIZE is set to 4096.
136 * MINBSIZE must be big enough to hold a cylinder group block,
137 * thus changes to (struct cg) must keep its size within MINBSIZE.
139 * and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
141 #define MINBSIZE 4096 macro
H A Dffs_vfsops.c1042 if (fs->fs_bsize > MAXBSIZE || fs->fs_bsize < MINBSIZE) in ffs_superblock_validate()
/netbsd-src/share/man/tools/
H A Dsp.ignore1563 MINBSIZE
H A Dnewsp.errs3292 MINBSIZE