Searched refs:g_journal_debug (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/journal/ |
H A D | g_journal.h | 48 extern int g_journal_debug; 51 _GEOM_DEBUG("GEOM_JOURNAL", g_journal_debug, (lvl), NULL, __VA_ARGS__) 53 _GEOM_DEBUG("GEOM_JOURNAL", g_journal_debug, (lvl), (bp), __VA_ARGS__) 246 if (g_journal_debug >= (lvl)) \ 250 if (g_journal_debug >= (lvl)) { \ 258 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, 1005 if (g_journal_debug >= 3) { in g_journal_insert() 1962 if (g_journal_debug < 2) in g_journal_wait() 2501 if (g_journal_debug >= 2) in g_journal_taste() 2788 if (g_journal_debug >= 2) { in g_journal_switch_wait()
|