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

/linux-master/drivers/md/
H A Ddm-snap.c230 bio_end_io_t *full_bio_end_io; member in struct:dm_snap_pending_exception
1712 full_bio->bi_end_io = pe->full_bio_end_io;
1816 static void full_bio_end_io(struct bio *bio) function
1830 pe->full_bio_end_io = bio->bi_end_io;
1836 bio->bi_end_io = full_bio_end_io;

Completed in 114 milliseconds