Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/journal/
H A Dg_journal.h129 struct bio *sc_current_queue; member
H A Dg_journal.c1293 bp = sc->sc_current_queue; in g_journal_flush()
1297 sc->sc_current_queue = bp->bio_next; in g_journal_flush()
1420 n = g_journal_insert_bio(&sc->sc_current_queue, bp, M_WAITOK); in g_journal_add_current()
1422 n = g_journal_optimize(sc->sc_current_queue); in g_journal_add_current()
1551 head = sc->sc_current_queue; in g_journal_read()
2267 sc->sc_current_queue = NULL; in g_journal_create()