Home
last modified time | relevance | path

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

/NextBSD/sys/geom/journal/
HDg_journal.c88 static u_int g_journal_force_switch = 70; variable
102 &g_journal_force_switch, 0, "Force switch when journal is N% full");
374 if ((used * 100) / length > g_journal_force_switch) { in g_journal_check_overflow()