Searched refs:sbio (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Draid1.c2285 struct bio *sbio = r1_bio->bios[i]; local
2286 blk_status_t status = sbio->bi_status;
2288 struct page **spages = get_resync_pages(sbio)->pages;
2293 if (sbio->bi_end_io != end_sync_read)
2296 sbio->bi_status = 0;
2298 bio_for_each_segment_all(bi, sbio, iter_all)
2315 sbio->bi_end_io = NULL;
2320 bio_copy_data(sbio, pbio);

Completed in 146 milliseconds