Lines Matching refs:rb2
3051 struct r10bio *rb2;
3077 rb2 = r10_bio;
3111 raise_barrier(conf, rb2 != NULL);
3114 r10_bio->master_bio = (struct bio*)rb2;
3115 if (rb2)
3116 atomic_inc(&rb2->remaining);
3259 if (rb2)
3260 atomic_dec(&rb2->remaining);
3261 r10_bio = rb2;
3290 struct r10bio *rb2 = r10_bio;
3291 r10_bio = (struct r10bio*) rb2->master_bio;
3292 rb2->master_bio = NULL;
3293 put_buf(rb2);