Lines Matching refs:bio_caller1
283 if (bp->bio_cmd == BIO_READ && bp->bio_caller1 != NULL) { in g_stripe_done()
284 g_stripe_copy(sc, bp->bio_data, bp->bio_caller1, bp->bio_offset, in g_stripe_done()
286 bp->bio_data = bp->bio_caller1; in g_stripe_done()
287 bp->bio_caller1 = NULL; in g_stripe_done()
332 cbp->bio_caller1 = NULL; in g_stripe_start_fast()
358 if (cbp->bio_caller1 == NULL) { in g_stripe_start_fast()
359 cbp->bio_caller1 = cbp->bio_data; in g_stripe_start_fast()
384 cbp->bio_caller1 = NULL; in g_stripe_start_fast()
405 if (cbp->bio_caller1 != NULL) { in g_stripe_start_fast()
408 g_stripe_copy(sc, cbp->bio_caller1, data, in g_stripe_start_fast()
422 if (cbp->bio_caller1 != NULL) { in g_stripe_start_fast()
423 cbp->bio_data = cbp->bio_caller1; in g_stripe_start_fast()
424 cbp->bio_caller1 = NULL; in g_stripe_start_fast()