Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/journal/
H A Dg_journal.c1126 bp = GJQ_FIRST(sc->sc_inactive.jj_queue); in g_journal_copy_send()
1129 GJQ_REMOVE(sc->sc_inactive.jj_queue, bp); in g_journal_copy_send()
1272 bioq = &sc->sc_active.jj_queue; in g_journal_flush()
1557 head = sc->sc_active.jj_queue; in g_journal_read()
1564 head = sc->sc_inactive.jj_queue; in g_journal_read()
1686 sc->sc_inactive.jj_queue = sc->sc_active.jj_queue; in g_journal_switch()
1690 sc->sc_active.jj_queue = NULL; in g_journal_switch()
1873 g_journal_insert_bio(&sc->sc_inactive.jj_queue, in g_journal_sync()
1940 sc->sc_inactive.jj_queue = tbp->bio_next; in g_journal_sync()
2274 sc->sc_inactive.jj_queue = NULL; in g_journal_create()
[all …]
H A Dg_journal.h100 struct bio *jj_queue; /* Cached journal entries. */ member