Searched refs:FS_OPTTIME (Results 1 – 7 of 7) sorted by relevance
91 chg[FS_OPTTIME] = "time"; in main()133 else if (strcmp(optarg, chg[FS_OPTTIME]) == 0) in main()134 optim = FS_OPTTIME; in main()186 sblock.fs_optim == FS_OPTTIME) in main()203 optim == FS_OPTTIME) in main()
152 #define DEFAULTOPT FS_OPTTIME324 #define FS_OPTTIME 0 /* minimize allocation time */ macro
264 fs->fs_optim = FS_OPTTIME; in ffs_realloccg()266 case FS_OPTTIME: in ffs_realloccg()
234 if (sblock.fs_optim != FS_OPTTIME && sblock.fs_optim != FS_OPTSPACE) { in setup()237 sblock.fs_optim = FS_OPTTIME; in setup()
450 case FS_OPTTIME: in marshal()
282 reqopt = opt = FS_OPTTIME; in main()
209 ffs_opts->optimization = FS_OPTTIME; in ffs_parse_opts()