Searched defs:raid_bi (Results 1 - 1 of 1) sorted by relevance

/drivers/md/
H A Draid5.c3753 struct bio* raid_bi = bi->bi_private; local
3761 rdev = (void*)raid_bi->bi_next;
3762 raid_bi->bi_next = NULL;
3769 bio_endio(raid_bi, 0);
3778 add_bio_to_retry(raid_bi, conf);

Completed in 19 milliseconds