Searched refs:g_journal_debug (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/geom/journal/ |
| H A D | g_journal.h | 50 extern int g_journal_debug; 53 _GEOM_DEBUG("GEOM_JOURNAL", g_journal_debug, (lvl), NULL, __VA_ARGS__) 55 _GEOM_DEBUG("GEOM_JOURNAL", g_journal_debug, (lvl), (bp), __VA_ARGS__) 248 if (g_journal_debug >= (lvl)) \ 252 if (g_journal_debug >= (lvl)) { \ 260 if (g_journal_debug > 0) \
|
| H A D | g_journal.c | 89 int g_journal_debug = 0; variable 101 SYSCTL_INT(_kern_geom_journal, OID_AUTO, debug, CTLFLAG_RWTUN, &g_journal_debug, 0, 1007 if (g_journal_debug >= 3) { in g_journal_insert() 1964 if (g_journal_debug < 2) in g_journal_wait() 2503 if (g_journal_debug >= 2) in g_journal_taste() 2789 if (g_journal_debug >= 2) { in g_journal_switch_wait()
|