Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-io.c136 static void endio(struct bio *bio) in endio() function
324 bio->bi_end_io = endio; in do_region()
Ddm.c998 dm_endio_fn endio = tio->ti->type->end_io; in clone_endio() local
1000 if (endio) { in clone_endio()
1001 r = endio(tio->ti, bio, error); in clone_endio()
/linux-4.4.14/fs/xfs/
Dxfs_aops.c1675 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()
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db129 API-bio-endio
/linux-4.4.14/Documentation/block/
Dbiodoc.txt882 and passed on in some way to the endio completion routine.