Searched refs:jj_queue (Results 1 – 2 of 2) sorted by relevance
1118 bp = GJQ_FIRST(sc->sc_inactive.jj_queue); in g_journal_copy_send()1121 GJQ_REMOVE(sc->sc_inactive.jj_queue, bp); in g_journal_copy_send()1264 bioq = &sc->sc_active.jj_queue; in g_journal_flush()1549 head = sc->sc_active.jj_queue; in g_journal_read()1556 head = sc->sc_inactive.jj_queue; in g_journal_read()1678 sc->sc_inactive.jj_queue = sc->sc_active.jj_queue; in g_journal_switch()1682 sc->sc_active.jj_queue = NULL; in g_journal_switch()1865 g_journal_insert_bio(&sc->sc_inactive.jj_queue, in g_journal_sync()1932 sc->sc_inactive.jj_queue = tbp->bio_next; in g_journal_sync()2266 sc->sc_inactive.jj_queue = NULL; in g_journal_create()[all …]
118 struct bio *jj_queue; /* Cached journal entries. */ member