Home
last modified time | relevance | path

Searched refs:reqopt (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sbin/newfs/
H A Dnewfs.c132 int reqopt = -1; /* opt preference has not been specified */ variable
280 reqopt = opt = FS_OPTSPACE; in main()
282 reqopt = opt = FS_OPTTIME; in main()
489 if (minfree < MINFREE && opt != FS_OPTSPACE && reqopt == -1) { in main()