Lines Matching refs:GJ_DEBUG

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()
632 GJ_DEBUG(0, in g_journal_metadata_read()
639 GJ_DEBUG(0, "MD5 metadata hash mismatch for provider %s.", in g_journal_metadata_read()
815 GJ_DEBUG(3, "INSERT(%p): (%jd, %jd, %jd)", *head, nstart, nend, in g_journal_insert()
834 GJ_DEBUG(3, "INSERT(%p): 1", *head); in g_journal_insert()
854 GJ_DEBUG(3, "INSERT(%p): 2 (nbp=%p pbp=%p)", *head, nbp, in g_journal_insert()
896 GJ_DEBUG(3, "INSERT(%p): 3 (cbp=%p)", *head, cbp); in g_journal_insert()
923 GJ_DEBUG(3, "INSERT(%p): 4 (cbp=%p)", *head, cbp); in g_journal_insert()
954 GJ_DEBUG(3, "INSERT(%p): 5 (cbp=%p)", *head, cbp); in g_journal_insert()
989 GJ_DEBUG(3, "INSERT(%p): 6 (cbp=%p)", *head, cbp); in g_journal_insert()
1003 GJ_DEBUG(3, "INSERT(%p): 8 (nbp=%p pbp=%p)", *head, nbp, pbp); in g_journal_insert()
1007 GJ_DEBUG(3, "ELEMENT: %p (%jd, %jd, %jd, %p)", cbp, in g_journal_insert()
1012 GJ_DEBUG(3, "INSERT(%p): DONE %d", *head, n); in g_journal_insert()
1160 GJ_DEBUG(1, "Starting copy of journal."); in g_journal_copy_start()
1183 GJ_DEBUG(0, "Error while reading data from %s (error=%d).", in g_journal_copy_read_done()
1229 GJ_DEBUG(1, "Data has been copied."); in g_journal_copy_write_done()
1259 GJ_DEBUG(2, "Storing %d journal entries on %s at %jd.", in g_journal_flush()
1506 GJ_DEBUG(3, "READ(%p): (%jd, %jd) (bp=%p)", head, cstart, cend, in g_journal_read_find()
1541 GJ_DEBUG(3, "READ: (%jd, %jd)", ostart, oend); in g_journal_read()
1574 GJ_DEBUG(2, "Got the whole request from %u.", i); in g_journal_read()
1579 GJ_DEBUG(2, "Got part of the request from %u (%jd-%jd).", in g_journal_read()
1609 GJ_DEBUG(3, "READ(data): (%jd, %jd)", ostart, oend); in g_journal_read()
1642 GJ_DEBUG(0, "Error while reading data from %s (error=%d).", in g_journal_read_done()
1662 GJ_DEBUG(3, "No need for %s switch.", sc->sc_name); in g_journal_switch()
1666 GJ_DEBUG(1, "Marking %s as clean.", sc->sc_name); in g_journal_switch()
1670 GJ_DEBUG(3, "Switching journal %s.", sc->sc_geom->name); in g_journal_switch()
1720 GJ_DEBUG(1, "Marking file system %s as dirty.", sc->sc_name); in g_journal_mark_as_dirty()
1781 GJ_DEBUG(2, "Looking for termination at %jd.", (intmax_t)joffset); in g_journal_sync()
1788 GJ_DEBUG(0, "Error while reading journal header from %s.", in g_journal_sync()
1794 GJ_DEBUG(0, "Cannot decode journal header from %s.", in g_journal_sync()
1800 GJ_DEBUG(1, "Journal ID mismatch at %jd (0x%08x != 0x%08x).", in g_journal_sync()
1820 GJ_DEBUG(0, in g_journal_sync()
1828 GJ_DEBUG(2, "Not a record header at %jd (error=%d).", in g_journal_sync()
1836 GJ_DEBUG(1, "Not a journal header at %jd (error=%d).", in g_journal_sync()
1851 GJ_DEBUG(1, "Journal ID mismatch at %jd " in g_journal_sync()
1860 GJ_DEBUG(1, "Found termination at %jd (id=0x%08x).", in g_journal_sync()
1891 GJ_DEBUG(3, "Insert entry: %jd %jd.", in g_journal_sync()
1906 GJ_DEBUG(0, "Cannot read data at %jd.", in g_journal_sync()
1919 GJ_DEBUG(0, "MD5 hash mismatch at %jd!", in g_journal_sync()
1935 GJ_DEBUG(0, "Journal on %s is broken/corrupted. Initializing.", in g_journal_sync()
1944 GJ_DEBUG(0, "Journal %s consistent.", sc->sc_name); in g_journal_sync()
1960 GJ_DEBUG(3, "%s: enter", __func__); in g_journal_wait()
1976 GJ_DEBUG(3, "Report: current count=%d", in g_journal_wait()
1978 GJ_DEBUG(3, "Report: flush count=%d", in g_journal_wait()
1980 GJ_DEBUG(3, "Report: flush in progress=%d", in g_journal_wait()
1982 GJ_DEBUG(3, "Report: copy in progress=%d", in g_journal_wait()
1984 GJ_DEBUG(3, "Report: delayed=%d", in g_journal_wait()
1988 GJ_DEBUG(3, "%s: exit 1", __func__); in g_journal_wait()
2000 GJ_DEBUG(3, "%s: exit 2", __func__); in g_journal_wait()
2006 GJ_DEBUG(3, "%s: exit 3", __func__); in g_journal_wait()
2030 GJ_DEBUG(0, "Journal %s clean.", sc->sc_name); in g_journal_worker()
2041 GJ_DEBUG(1, "BIO_FLUSH supported by %s.", in g_journal_worker()
2044 GJ_DEBUG(0, "BIO_FLUSH not supported by %s.", in g_journal_worker()
2050 GJ_DEBUG(1, "BIO_FLUSH supported by %s.", in g_journal_worker()
2053 GJ_DEBUG(0, "BIO_FLUSH not supported by %s.", in g_journal_worker()
2073 GJ_DEBUG(1, "root_mount_rel %p", sc->sc_rootmount); in g_journal_worker()
2111 GJ_DEBUG(1, "Shutting down worker " in g_journal_worker()
2194 GJ_DEBUG(0, "Timeout. Journal %s cannot be completed.", in g_journal_timeout()
2227 GJ_DEBUG(1, "Journal device %u already configured.", sc->sc_id); in g_journal_create()
2231 GJ_DEBUG(0, "Invalid type on %s.", pp->name); in g_journal_create()
2235 GJ_DEBUG(0, "Journal %u: %s contains data.", md->md_id, in g_journal_create()
2239 GJ_DEBUG(0, "Journal %u: %s contains journal.", md->md_id, in g_journal_create()
2276 GJ_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount); in g_journal_create()
2308 GJ_DEBUG(0, "Cannot access %s (error=%d).", pp->name, in g_journal_create()
2332 GJ_DEBUG(0, "Cannot access %s (error=%d).", in g_journal_create()
2362 GJ_DEBUG(0, "Cannot create worker thread for %s.journal.", in g_journal_create()
2398 GJ_DEBUG(1, "Device %s is still open (r%dw%de%d).", in g_journal_destroy()
2414 GJ_DEBUG(1, "root_mount_rel %p", sc->sc_rootmount); in g_journal_destroy()
2427 GJ_DEBUG(1, "Marking %s as clean.", sc->sc_name); in g_journal_destroy()
2437 GJ_DEBUG(0, "Warning! Number of current requests %d.", in g_journal_destroy()
2476 GJ_DEBUG(2, "Tasting %s.", pp->name); in g_journal_taste()
2672 GJ_DEBUG(0, "Shutting down geom %s.", gp->name); in g_journal_shutdown_post_sync()
2713 GJ_DEBUG(2, "Freeing data from %s.", in g_journal_lowmem()
2745 GJ_DEBUG(0, "Warning! Cannot register shutdown event."); in g_journal_init()
2749 GJ_DEBUG(0, "Warning! Cannot register lowmem event."); in g_journal_init()
2790 GJ_DEBUG(2, "%d requests flushing.", in g_journal_switch_wait()
2794 GJ_DEBUG(2, "%d requests copying.", in g_journal_switch_wait()
2798 GJ_DEBUG(2, "%d requests to flush.", in g_journal_switch_wait()
2802 GJ_DEBUG(2, "%d requests delayed.", in g_journal_switch_wait()
2864 GJ_DEBUG(0, "Cannot find journal geom for %s.", in g_journal_do_switch()
2871 GJ_DEBUG(3, "No need for %s switch.", sc->sc_name); in g_journal_do_switch()
2879 GJ_DEBUG(0, "vn_start_write(%s) failed (error=%d).", in g_journal_do_switch()
2895 GJ_DEBUG(0, "Cannot sync file system %s (error=%d).", in g_journal_do_switch()
2918 GJ_DEBUG(0, "Cannot suspend file system %s (error=%d).", in g_journal_do_switch()
2985 GJ_DEBUG(1, "Switcher died."); in g_journal_stop_switcher()
3007 GJ_DEBUG(1, "Switcher exiting."); in g_journal_switcher()
3012 GJ_DEBUG(1, "Out of cache, force switch (used=%jd " in g_journal_switcher()