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

/openbsd-current/sbin/tunefs/
H A Dtunefs.c182 if (minfree >= MINFREE &&
184 warnx(OPTWARN, "time", ">=", MINFREE);
185 if (minfree < MINFREE &&
187 warnx(OPTWARN, "space", "<", MINFREE);
199 if (sblock.fs_minfree >= MINFREE &&
201 warnx(OPTWARN, "time", ">=", MINFREE);
202 if (sblock.fs_minfree < MINFREE &&
204 warnx(OPTWARN, "space", "<", MINFREE);
/openbsd-current/sbin/newfs/
H A Dnewfs.c130 int minfree = MINFREE; /* free space threshold */
489 if (minfree < MINFREE && opt != FS_OPTSPACE && reqopt == -1) {
491 "because minfree is less than %d%%\n", MINFREE);
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h90 * MINFREE gives the minimum acceptable percentage of file system
101 #define MINFREE 5 macro
/openbsd-current/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c101 uint minfree = MINFREE; /* free space threshold */
/openbsd-current/sys/ufs/ffs/
H A Dfs.h141 * MINFREE gives the minimum acceptable percentage of file system
151 #define MINFREE 5 macro
/openbsd-current/usr.sbin/makefs/
H A Dffs.c157 ffs_opts->minfree = MINFREE;

Completed in 86 milliseconds