Lines Matching full:r10b
4938 struct r10bio *r10b;
4943 r10b = kmalloc_flex(*r10b, devs, conf->copies, GFP_NOIO);
4944 if (!r10b) {
4952 r10b->sector = r10_bio->sector;
4953 __raid10_find_phys(&conf->prev, r10b);
4964 int d = r10b->devs[slot].devnum;
4972 addr = r10b->devs[slot].addr + idx * PAGE_SIZE;
4993 kfree(r10b);
4999 kfree(r10b);