Searched refs:MINFREE (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sbin/newfs_lfs/
H A Dconfig.h46 * MINFREE gives the minimum acceptable percentage of file system
50 #define MINFREE 10 macro
H A Dnewfs.c90 int minfree = MINFREE; /* free space threshold */
H A Dmake_lfs.c135 .dlfs_minfree = MINFREE,
200 .dlfs_minfree = MINFREE,
/netbsd-current/sbin/tunefs/
H A Dtunefs.c263 if (minfree >= MINFREE &&
265 warnx(OPTWARN, "time", ">=", MINFREE);
266 if (minfree < MINFREE &&
268 warnx(OPTWARN, "space", "<", MINFREE);
280 if (sblock.fs_minfree >= MINFREE &&
282 warnx(OPTWARN, "time", ">=", MINFREE);
283 if (sblock.fs_minfree < MINFREE &&
285 warnx(OPTWARN, "space", "<", MINFREE);
/netbsd-current/sbin/newfs/
H A Dnewfs.c218 int minfree = MINFREE; /* free space threshold */
691 if (minfree < MINFREE && opt != FS_OPTSPACE) {
693 "because minfree is less than", MINFREE);
/netbsd-current/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c111 uint minfree = MINFREE; /* free space threshold */
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h117 * MINFREE gives the minimum acceptable percentage of file system
128 #define MINFREE 5 macro
/netbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c212 sblock.e2fs.e2fs_bcount * MINFREE / 100;
/netbsd-current/sys/ufs/ffs/
H A Dfs.h205 * MINFREE gives the minimum acceptable percentage of file system
216 #define MINFREE 5 macro
/netbsd-current/usr.sbin/makefs/
H A Dffs.c351 ffs_opts->minfree = MINFREE;

Completed in 270 milliseconds