Searched refs:endio (Results 1 – 3 of 3) sorted by relevance
137 static void endio(struct bio *bio, int error) in endio() function323 bio->bi_end_io = endio; in do_region()
963 dm_endio_fn endio = tio->ti->type->end_io; in clone_endio() local968 if (endio) { in clone_endio()969 r = endio(tio->ti, bio, error); in clone_endio()
882 and passed on in some way to the endio completion routine.