Home
last modified time | relevance | path

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

/freebsd/sys/geom/journal/
H A Dg_journal.h127 struct bio *sc_current_queue; member
H A Dg_journal.c1291 bp = sc->sc_current_queue; in g_journal_flush()
1295 sc->sc_current_queue = bp->bio_next; in g_journal_flush()
1418 n = g_journal_insert_bio(&sc->sc_current_queue, bp, M_WAITOK); in g_journal_add_current()
1420 n = g_journal_optimize(sc->sc_current_queue); in g_journal_add_current()
1549 head = sc->sc_current_queue; in g_journal_read()
2265 sc->sc_current_queue = NULL; in g_journal_create()