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

/drivers/md/
H A Ddm-io.c139 static void endio(struct bio *bio, int error) function
319 bio->bi_end_io = endio;
H A Ddm.c662 dm_endio_fn endio = tio->ti->type->end_io; local
667 if (endio) {
668 r = endio(tio->ti, bio, error, &tio->info);
679 DMWARN("unimplemented target endio return value: %d", r);
883 DMWARN("unimplemented target endio return value: %d", r);

Completed in 141 milliseconds