Home
last modified time | relevance | path

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

/drivers/md/
Ddm-io.c128 static void endio(struct bio *bio, int error) in endio() function
300 bio->bi_end_io = endio; in do_region()
Ddm.c573 dm_endio_fn endio = tio->ti->type->end_io; in clone_endio() local
578 if (endio) { in clone_endio()
579 r = endio(tio->ti, bio, error, &tio->info); in clone_endio()