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

/linux-master/drivers/md/
H A Ddm-snap.c229 struct bio *full_bio; member in struct:dm_snap_pending_exception
1650 struct bio *full_bio = NULL; local
1710 full_bio = pe->full_bio;
1711 if (full_bio)
1712 full_bio->bi_end_io = pe->full_bio_end_io;
1717 if (full_bio)
1718 bio_io_error(full_bio);
1721 if (full_bio)
1722 bio_endio(full_bio);
[all...]

Completed in 125 milliseconds