Searched refs:autoup (Results 1 – 2 of 2) sorted by relevance
292 int autoup = DEFAULT_AUTOUP; variable646 v.v_autoup = autoup; /* v_autoup - delay for delayed writes */ in param_init()722 if (autoup <= 0) { in param_check()723 autoup = DEFAULT_AUTOUP; in param_check()724 cmn_err(CE_WARN, "autoup <= 0; defaulting to %d", autoup); in param_check()
357 int autoup; in fsflush() local386 autoup = v.v_autoup * hz; in fsflush()425 (ddi_get_lbolt() - bp->b_start >= autoup) && in fsflush()