Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.c91 static u_int g_journal_force_switch = 70; variable
106 &g_journal_force_switch, 0, "Force switch when journal is N% full");
386 if ((used * 100) / length > g_journal_force_switch) { in g_journal_check_overflow()