Lines Matching refs:bioq
1119 struct bio *bioq, *bp, *lbp; in g_journal_copy_send() local
1121 bioq = lbp = NULL; in g_journal_copy_send()
1129 GJQ_INSERT_AFTER(bioq, bp, lbp); in g_journal_copy_send()
1134 sc->sc_copy_in_progress += g_journal_optimize(bioq); in g_journal_copy_send()
1135 while ((bp = GJQ_FIRST(bioq)) != NULL) { in g_journal_copy_send()
1136 GJQ_REMOVE(bioq, bp); in g_journal_copy_send()
1245 struct bio **bioq; in g_journal_flush() local
1270 bioq = &sc->sc_active.jj_queue; in g_journal_flush()
1329 g_journal_insert(bioq, ent->je_offset, in g_journal_flush()
1381 struct bio *bioq, *bp, *lbp; in g_journal_flush_send() local
1384 bioq = lbp = NULL; in g_journal_flush_send()
1394 GJQ_INSERT_AFTER(bioq, bp, lbp); in g_journal_flush_send()
1404 sc->sc_flush_in_progress += g_journal_optimize(bioq); in g_journal_flush_send()
1405 while ((bp = GJQ_FIRST(bioq)) != NULL) { in g_journal_flush_send()
1406 GJQ_REMOVE(bioq, bp); in g_journal_flush_send()