Lines Matching refs:bio_caller1
276 if (bp->bio_cmd == BIO_READ && bp->bio_caller1 != NULL) {
277 g_stripe_copy(sc, bp->bio_data, bp->bio_caller1, bp->bio_offset,
279 bp->bio_data = bp->bio_caller1;
280 bp->bio_caller1 = NULL;
328 cbp->bio_caller1 = NULL;
354 if (cbp->bio_caller1 == NULL) {
355 cbp->bio_caller1 = cbp->bio_data;
380 cbp->bio_caller1 = NULL;
401 if (cbp->bio_caller1 != NULL) {
404 g_stripe_copy(sc, cbp->bio_caller1, data,
418 if (cbp->bio_caller1 != NULL) {
419 cbp->bio_data = cbp->bio_caller1;
420 cbp->bio_caller1 = NULL;