Home
last modified time | relevance | path

Searched refs:GJF_DEVICE_CHECKSUM (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/journal/
H A Dg_journal.c1287 if (sc->sc_flags & GJF_DEVICE_CHECKSUM) in g_journal_flush()
1306 if (sc->sc_flags & GJF_DEVICE_CHECKSUM) in g_journal_flush()
1338 if (sc->sc_flags & GJF_DEVICE_CHECKSUM) { in g_journal_flush()
1887 if (sc->sc_flags & GJF_DEVICE_CHECKSUM) in g_journal_sync()
1896 if (sc->sc_flags & GJF_DEVICE_CHECKSUM) { in g_journal_sync()
1916 if (sc->sc_flags & GJF_DEVICE_CHECKSUM) { in g_journal_sync()
2301 sc->sc_flags |= GJF_DEVICE_CHECKSUM; in g_journal_create()
H A Dg_journal.h76 #define GJF_DEVICE_CHECKSUM 0x0100 macro