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

/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c88 static u_int g_journal_force_switch = 70; variable
102 &g_journal_force_switch, 0, "Force switch when journal is N% full");
368 * If the active journal takes more than g_journal_force_switch precent
377 if ((used * 100) / length > g_journal_force_switch) {

Completed in 119 milliseconds