Searched refs:SMALL_FSSIZE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sbin/newfs_lfs/
H A Dconfig.h73 #define SMALL_FSSIZE 65536 /* sectors */ macro
H A Dmake_lfs.c465 if (dkw->dkw_size <= SMALL_FSSIZE)
470 if (dkw->dkw_size <= SMALL_FSSIZE)
475 if (dkw->dkw_size <= SMALL_FSSIZE)
/netbsd-current/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c78 * For file systems smaller than SMALL_FSSIZE we use the S_DFL_* defaults,
82 #define SMALL_FSSIZE ((4 * 1024 * 1024) / sectorsize) /* 4MB */ macro
368 if (fssize < SMALL_FSSIZE)
385 if (fssize < SMALL_FSSIZE)
/netbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c95 * For file systems smaller than SMALL_FSSIZE we use the S_DFL_* defaults,
99 #define SMALL_FSSIZE ((4 * 1024 * 1024) / secsize) /* 4MB */ macro
517 if (dkw.dkw_size < (uint64_t)SMALL_FSSIZE)
/netbsd-current/sbin/newfs/
H A Dnewfs.c159 * For file systems smaller than SMALL_FSSIZE we use the S_DFL_* defaults,
164 #define SMALL_FSSIZE (20*1024*2) macro
652 if (fssize < SMALL_FSSIZE)

Completed in 113 milliseconds