Lines Matching defs:minfree
71 #define SOFT_SPACE 0 /* minfree or less space available */
72 #define PLENTY_SPACE 1 /* more than minfree available */
114 static int minfree = -1;
115 static int minfreeblocks; /* minfree in blocks */
351 /* Get the minfree value. */
358 if (minfree != temp_minfree) {
359 DPRINT((dbfp, "minfree: old = %d, new = %d\n",
360 minfree, temp_minfree));
362 minfree = temp_minfree;
652 * minfree - the soft limit, i.e., the % of filesystem to reserve
672 minfreeblocks = ((minfree * sb.f_blocks) / 100) + AVAIL_MIN;
742 * as the initial open, when minfree is reached, the p_fsize value is
949 char *minfree;
974 minfree = NULL;
978 minfree = kva_match(kv, "p_minfree");
993 status = loadauditlist(dirlist, minfree);