Searched refs:endio (Results 1 – 5 of 5) sorted by relevance
136 static void endio(struct bio *bio) in endio() function324 bio->bi_end_io = endio; in do_region()
998 dm_endio_fn endio = tio->ti->type->end_io; in clone_endio() local1000 if (endio) { in clone_endio()1001 r = endio(tio->ti, bio, error); in clone_endio()
1675 void (*endio)(struct kiocb *iocb, in xfs_vm_do_dio()1685 xfs_get_blocks_direct, endio, 0); in xfs_vm_do_dio()1689 xfs_get_blocks_direct, endio, NULL, flags); in xfs_vm_do_dio()
129 API-bio-endio
882 and passed on in some way to the endio completion routine.