Searched refs:bio_pairp (Results 1 – 1 of 1) sorted by relevance
289 struct bio_pair *bio_pairp = NULL; in test_bio_split() local340 bio_pairp = bio_split(bio, 2); in test_bio_split()342 if (bio_pairp == NULL) { in test_bio_split()351 send_request(q, &(bio_pairp->bio1), bdev, &inter, writing); in test_bio_split()353 send_request(q, &(bio_pairp->bio2), bdev, &inter, writing); in test_bio_split()355 if (bio_pairp) in test_bio_split()356 bio_pair_release(bio_pairp); in test_bio_split()