Lines Matching refs:jj_queue
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()
2272 sc->sc_inactive.jj_queue = NULL; in g_journal_create()
2273 sc->sc_active.jj_queue = NULL; in g_journal_create()
2700 for (bp = sc->sc_inactive.jj_queue; nfree > 0 && bp != NULL; in g_journal_lowmem()