Lines Matching refs:fbp
1246 struct bio *bp, *fbp, *pbp; in g_journal_flush() local
1273 fbp = g_alloc_bio(); in g_journal_flush()
1274 fbp->bio_parent = NULL; in g_journal_flush()
1275 fbp->bio_cflags = GJ_BIO_JOURNAL; in g_journal_flush()
1276 fbp->bio_offset = -1; in g_journal_flush()
1277 fbp->bio_joffset = joffset; in g_journal_flush()
1278 fbp->bio_length = pp->sectorsize; in g_journal_flush()
1279 fbp->bio_cmd = BIO_WRITE; in g_journal_flush()
1280 fbp->bio_done = g_journal_std_done; in g_journal_flush()
1281 GJQ_INSERT_AFTER(sc->sc_flush_queue, fbp, pbp); in g_journal_flush()
1282 pbp = fbp; in g_journal_flush()
1283 fbp->bio_to = pp; in g_journal_flush()
1284 GJ_LOGREQ(4, fbp, "FLUSH_OUT"); in g_journal_flush()
1343 fbp->bio_data = data; in g_journal_flush()
1767 struct bio *bp, *fbp, *tbp; in g_journal_sync() local
1775 fbp = NULL; in g_journal_sync()
1868 while ((tbp = fbp) != NULL) { in g_journal_sync()
1869 fbp = tbp->bio_next; in g_journal_sync()
1893 g_journal_insert(&fbp, ent->je_offset, in g_journal_sync()
1929 while ((tbp = fbp) != NULL) { in g_journal_sync()
1930 fbp = tbp->bio_next; in g_journal_sync()