FS_OPTSPACE
afs.fs_minfree, afs.fs_optim == FS_OPTSPACE ? "space" : "time",
case FS_OPTSPACE:
if (sblock.fs_optim != FS_OPTTIME && sblock.fs_optim != FS_OPTSPACE) {
opt = FS_OPTSPACE;
if (minfree < MINFREE && opt != FS_OPTSPACE) {
opt = FS_OPTSPACE;
sblock.fs_optim == FS_OPTSPACE ? "space" : "time");
sblock.fs_optim == FS_OPTSPACE)
ovalue = FS_OPTSPACE;
if (mvalue >= MINFREE && sblock.fs_optim == FS_OPTSPACE)
chg[FS_OPTSPACE] = "space";
ovalue == FS_OPTSPACE)
case FS_OPTSPACE:
fs->fs_optim = FS_OPTSPACE;
ffs_opts->optimization = FS_OPTSPACE;
fs->optimization == FS_OPTSPACE ? "space" : "time");