Searched refs:jj_queue (Results 1 – 2 of 2) sorted by relevance
1124 bp = GJQ_FIRST(sc->sc_inactive.jj_queue); in g_journal_copy_send()1127 GJQ_REMOVE(sc->sc_inactive.jj_queue, bp); in g_journal_copy_send()1270 bioq = &sc->sc_active.jj_queue; in g_journal_flush()1555 head = sc->sc_active.jj_queue; in g_journal_read()1562 head = sc->sc_inactive.jj_queue; in g_journal_read()1684 sc->sc_inactive.jj_queue = sc->sc_active.jj_queue; in g_journal_switch()1688 sc->sc_active.jj_queue = NULL; in g_journal_switch()1871 g_journal_insert_bio(&sc->sc_inactive.jj_queue, in g_journal_sync()1937 while ((tbp = sc->sc_inactive.jj_queue) != NULL) { in g_journal_sync()1938 sc->sc_inactive.jj_queue = tbp->bio_next; in g_journal_sync()[all …]
98 struct bio *jj_queue; /* Cached journal entries. */ member