Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-io.c137 static void endio(struct bio *bio, int error) in endio() function
323 bio->bi_end_io = endio; in do_region()
Ddm.c963 dm_endio_fn endio = tio->ti->type->end_io; in clone_endio() local
968 if (endio) { in clone_endio()
969 r = endio(tio->ti, bio, error); in clone_endio()
/linux-4.1.27/Documentation/block/
Dbiodoc.txt882 and passed on in some way to the endio completion routine.