Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/geom/journal/
Dg_journal.h131 u_int sc_bio_flush; member
Dg_journal.c479 if (sc->sc_bio_flush == 0) in g_journal_flush_cache()
482 if (sc->sc_bio_flush & GJ_FLUSH_JOURNAL) { in g_journal_flush_cache()
487 if (sc->sc_bio_flush & GJ_FLUSH_DATA) { in g_journal_flush_cache()
2080 sc->sc_bio_flush = 0; in g_journal_worker()
2082 sc->sc_bio_flush |= GJ_FLUSH_JOURNAL; in g_journal_worker()
2091 sc->sc_bio_flush |= GJ_FLUSH_DATA; in g_journal_worker()