Searched refs:MINBSIZE (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/sys/lib/libsa/ |
| H A D | minixfs3.c | 449 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 D | minixfs3.h | 96 #define MINBSIZE (1 << LOG_MINBSIZE) macro
|
| H A D | ext2fs.c | 445 fs->e2fs_bsize = MINBSIZE << fs->e2fs.e2fs_log_bsize; in read_sblock()
|
| /netbsd-src/usr.sbin/fstyp/ |
| H A D | ufs.c | 108 fs->fs_bsize < MINBSIZE || in fstyp_ufs()
|
| /netbsd-src/sbin/newfs_ext2fs/ |
| H A D | newfs_ext2fs.c | 181 optarg, MINBSIZE, EXT2_MAXBSIZE, NULL); in main() 185 optarg, MINBSIZE, EXT2_MAXBSIZE, NULL); in main()
|
| H A D | mke2fs.c | 218 if (bsize < MINBSIZE) { in mke2fs() 221 bsize, MINBSIZE); in mke2fs()
|
| /netbsd-src/usr.sbin/installboot/ |
| H A D | ext2fs.c | 150 fs->e2fs_bsize = MINBSIZE << fs->e2fs.e2fs_log_bsize; in ext2fs_read_sblock()
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs.h | 107 #define MINBSIZE (1 << LOG_MINBSIZE) macro
|
| H A D | ext2fs_vfsops.c | 921 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 D | mkfs.c | 226 if (sblock.fs_bsize < MINBSIZE) { in ffs_mkfs() 228 sblock.fs_bsize, MINBSIZE); in ffs_mkfs()
|
| /netbsd-src/sbin/newfs/ |
| H A D | newfs.c | 350 optarg, MINBSIZE, MAXBSIZE, NULL); in main()
|
| H A D | mkfs.c | 262 if (sblock.fs_bsize < MINBSIZE) { in mkfs() 264 sblock.fs_bsize, MINBSIZE); in mkfs()
|
| /netbsd-src/sys/ufs/ffs/ |
| H A D | fs.h | 133 * 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 D | ffs_vfsops.c | 1042 if (fs->fs_bsize > MAXBSIZE || fs->fs_bsize < MINBSIZE) in ffs_superblock_validate()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 1563 MINBSIZE
|
| H A D | newsp.errs | 3292 MINBSIZE
|