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

/linux-4.1.27/drivers/md/
H A Ddm-io.c137 static void endio(struct bio *bio, int error) endio() function
323 bio->bi_end_io = endio; do_region()
H A Ddm.c963 dm_endio_fn endio = tio->ti->type->end_io; clone_endio() local
968 if (endio) { clone_endio()
969 r = endio(tio->ti, bio, error); clone_endio()
980 DMWARN("unimplemented target endio return value: %d", r); clone_endio()
1252 DMWARN("unimplemented target endio return value: %d", r); dm_done()
H A Ddm-region-hash.c390 * We can successfully endio the bio but should avoid the region being
H A Ddm-bufio.c659 * The endio routine for write.
1026 * The endio routine for reading: set the error, clear the bit and wake up
H A Ddm-raid1.c598 * instead it is done by the targets endio function. write_callback()
H A Ddm-cache-target.c67 * work before calling its endio function. We do this by temporarily
68 * changing the endio fn.
H A Draid1.c273 /* if nobody has done the final endio yet, do it now */ raid_end_bio_io()
H A Ddm-thin.c645 * Bio endio functions.
/linux-4.1.27/fs/btrfs/
H A Dbtrfs_inode.h307 * done during endio of sub-bios
H A Ddisk-io.c2273 btrfs_alloc_workqueue("endio", flags, max_active, 4); btrfs_init_workqueues()
2275 btrfs_alloc_workqueue("endio-meta", flags, max_active, 4); btrfs_init_workqueues()
2277 btrfs_alloc_workqueue("endio-meta-write", flags, max_active, 2); btrfs_init_workqueues()
2279 btrfs_alloc_workqueue("endio-raid56", flags, max_active, 4); btrfs_init_workqueues()
2281 btrfs_alloc_workqueue("endio-repair", flags, 1, 0); btrfs_init_workqueues()
2285 btrfs_alloc_workqueue("endio-write", flags, max_active, 2); btrfs_init_workqueues()
3298 * endio for the write_dev_flush, this will wake anyone waiting
H A Draid56.c1927 * other endio functions will fiddle the uptodate bits __raid_recover_end_io()
2012 * the parity. endio handlers trigger final reconstruction
H A Dcheck-integrity.c147 unsigned int iodone_w_error:1; /* error was indicated to endio */
H A Dextent_io.c3038 * make the compressed bio endio callback populate the pages __do_readpage()
/linux-4.1.27/fs/xfs/
H A Dxfs_aops.c526 * Cancel submission of all buffer_heads so far in this endio.
527 * Toss the endio too. Only ever called for the initial page
1566 * may not match, but only if the endio spans EOF. Either way, write xfs_end_io_direct_write()
/linux-4.1.27/fs/jfs/
H A Dsuper.c928 * I/O completion thread (endio) init_jfs_fs()
H A Djfs_logmgr.c1303 * endio routine is called directly. lmLogInit()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_bitmap.c180 * Used to report the failed page idx on io error from the endio handlers.
418 * from the endio handlers */ bm_realloc_pages()
H A Ddrbd_int.h452 * from the endio callback */
2097 /* This may be called from some endio handler, put_ldev()
H A Ddrbd_req.c1146 * ->ldev member. Double check, and short-circuit to endio. drbd_submit_req_private_bio()
H A Ddrbd_worker.c45 /* endio handlers:
/linux-4.1.27/fs/
H A Ddirect-io.c340 * so that the DIO specific endio actions are dealt with after the filesystem
/linux-4.1.27/block/
H A Dbio.c1775 * Need to have a real endio function for chained bios, bio_endio()

Completed in 973 milliseconds