Lines Matching refs:rb2
3451 struct r10bio *rb2;
3475 rb2 = r10_bio;
3510 raise_barrier(conf, rb2 != NULL);
3513 r10_bio->master_bio = (struct bio*)rb2;
3514 if (rb2)
3515 atomic_inc(&rb2->remaining);
3660 if (rb2)
3661 atomic_dec(&rb2->remaining);
3662 r10_bio = rb2;
3693 struct r10bio *rb2 = r10_bio;
3694 r10_bio = (struct r10bio*) rb2->master_bio;
3695 rb2->master_bio = NULL;
3696 put_buf(rb2);