Searched refs:GJ_DEBUG (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 273 GJ_DEBUG(1, "No cache, waking up the switcher."); in gj_malloc() 388 GJ_DEBUG(1, "Journal %s %jd%% full, forcing journal switch.", in g_journal_check_overflow() 407 GJ_DEBUG(0, "Lost provider %s.", name); in g_journal_orphan() 412 GJ_DEBUG(0, "Journal %s destroyed.", name); in g_journal_orphan() 414 GJ_DEBUG(0, "Cannot destroy journal %s (error=%d). " in g_journal_orphan() 427 GJ_DEBUG(2, "Access request for %s: r%dw%de%d.", pp->name, in g_journal_access() 440 GJ_DEBUG(1, "Marking %s as dirty.", sc->sc_name); in g_journal_access() 491 GJ_DEBUG(error == 0 ? 2 : 0, "Flush cache of %s: error=%d.", in g_journal_flush_cache() 500 GJ_DEBUG(error == 0 ? 2 : 0, "Flush cache of %s: error=%d.", in g_journal_flush_cache() 616 GJ_DEBUG(1, "Cannot read metadata from %s (error=%d).", in g_journal_metadata_read() [all …]
|
H A D | g_journal_ufs.c | 75 GJ_DEBUG(0, "Cannot find superblock to mark file system %s " in g_journal_ufs_dirty() 89 GJ_DEBUG(0, "clean=%d flags=0x%x", fs->fs_clean, fs->fs_flags); in g_journal_ufs_dirty() 95 GJ_DEBUG(0, "Cannot mark file system %s as dirty " in g_journal_ufs_dirty() 98 GJ_DEBUG(0, "File system %s marked as dirty.", in g_journal_ufs_dirty()
|
H A D | g_journal.h | 50 #define GJ_DEBUG(lvl, ...) \ macro 220 GJ_DEBUG(2, "Starting from the beginning (%s).", \
|