Lines Matching refs:bio_caller1
287 if (bp->bio_cmd == BIO_READ && bp->bio_caller1 != NULL) { in g_stripe_done()
288 g_stripe_copy(sc, bp->bio_data, bp->bio_caller1, bp->bio_offset, in g_stripe_done()
290 bp->bio_data = bp->bio_caller1; in g_stripe_done()
291 bp->bio_caller1 = NULL; in g_stripe_done()
336 cbp->bio_caller1 = NULL; in g_stripe_start_fast()
362 if (cbp->bio_caller1 == NULL) { in g_stripe_start_fast()
363 cbp->bio_caller1 = cbp->bio_data; in g_stripe_start_fast()
388 cbp->bio_caller1 = NULL; in g_stripe_start_fast()
409 if (cbp->bio_caller1 != NULL) { in g_stripe_start_fast()
412 g_stripe_copy(sc, cbp->bio_caller1, data, in g_stripe_start_fast()
426 if (cbp->bio_caller1 != NULL) { in g_stripe_start_fast()
427 cbp->bio_data = cbp->bio_caller1; in g_stripe_start_fast()
428 cbp->bio_caller1 = NULL; in g_stripe_start_fast()