Searched refs:MINBSIZE (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c181 optarg, MINBSIZE, EXT2_MAXBSIZE, NULL);
185 optarg, MINBSIZE, EXT2_MAXBSIZE, NULL);
H A Dmke2fs.c213 if (bsize < MINBSIZE) {
216 bsize, MINBSIZE);
/openbsd-current/sbin/newfs/
H A Dnewfs.c100 * MINBSIZE <= DESBLKSIZE <= MAXBSIZE
228 bsize = strtonum(optarg, MINBSIZE, MAXBSIZE, &errstr);
245 fsize = strtonum(optarg, MINBSIZE / MAXFRAG, MAXBSIZE,
H A Dmkfs.c230 if (bsize < MINBSIZE) {
232 bsize, MINBSIZE);
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h70 * MINBSIZE is the smallest allowable block size.
71 * MINBSIZE must be big enough to hold a cylinder group block,
72 * thus changes to (struct cg) must keep its size within MINBSIZE.
74 * and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
78 #define MINBSIZE (1 << LOG_MINBSIZE) macro
/openbsd-current/sys/ufs/ffs/
H A Dfs.h94 * MINBSIZE is the smallest allowable block size.
96 * 2^32 with only two levels of indirection, MINBSIZE is set to 4096.
97 * MINBSIZE must be big enough to hold a cylinder group block,
98 * thus changes to (struct cg) must keep its size within MINBSIZE.
100 * and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
102 #define MINBSIZE 4096 macro
/openbsd-current/usr.sbin/makefs/ffs/
H A Dmkfs.c187 if (sblock.fs_bsize < MINBSIZE) {
189 sblock.fs_bsize, MINBSIZE);
/openbsd-current/sbin/fsck_ffs/
H A Dsetup.c540 if (!POWEROF2(sblock.fs_bsize) || sblock.fs_bsize < MINBSIZE ||

Completed in 90 milliseconds