Home
last modified time | relevance | path

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

/freebsd-12.1/sys/geom/journal/
H A Dg_journal.h147 struct bio *sc_current_queue; member
H A Dg_journal.c1285 bp = sc->sc_current_queue; in g_journal_flush()
1289 sc->sc_current_queue = bp->bio_next; in g_journal_flush()
1412 n = g_journal_insert_bio(&sc->sc_current_queue, bp, M_WAITOK); in g_journal_add_current()
1414 n = g_journal_optimize(sc->sc_current_queue); in g_journal_add_current()
1543 head = sc->sc_current_queue; in g_journal_read()
2259 sc->sc_current_queue = NULL; in g_journal_create()