Home
last modified time | relevance | path

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

/NextBSD/sys/geom/journal/
HDg_journal.h145 struct bio *sc_current_queue; member
HDg_journal.c1281 bp = sc->sc_current_queue; in g_journal_flush()
1285 sc->sc_current_queue = bp->bio_next; in g_journal_flush()
1409 n = g_journal_insert_bio(&sc->sc_current_queue, bp, M_WAITOK); in g_journal_add_current()
1411 n = g_journal_optimize(sc->sc_current_queue); in g_journal_add_current()
1583 head = sc->sc_current_queue; in g_journal_read()
2304 sc->sc_current_queue = NULL; in g_journal_create()