Searched refs:endio (Results 1 - 22 of 22) sorted by relevance
/linux-4.1.27/drivers/md/ |
H A D | dm-io.c | 137 static void endio(struct bio *bio, int error) endio() function 323 bio->bi_end_io = endio; do_region()
|
H A D | dm.c | 963 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 D | dm-region-hash.c | 390 * We can successfully endio the bio but should avoid the region being
|
H A D | dm-bufio.c | 659 * The endio routine for write. 1026 * The endio routine for reading: set the error, clear the bit and wake up
|
H A D | dm-raid1.c | 598 * instead it is done by the targets endio function. write_callback()
|
H A D | dm-cache-target.c | 67 * work before calling its endio function. We do this by temporarily 68 * changing the endio fn.
|
H A D | raid1.c | 273 /* if nobody has done the final endio yet, do it now */ raid_end_bio_io()
|
H A D | dm-thin.c | 645 * Bio endio functions.
|
/linux-4.1.27/fs/btrfs/ |
H A D | btrfs_inode.h | 307 * done during endio of sub-bios
|
H A D | disk-io.c | 2273 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 D | raid56.c | 1927 * other endio functions will fiddle the uptodate bits __raid_recover_end_io() 2012 * the parity. endio handlers trigger final reconstruction
|
H A D | check-integrity.c | 147 unsigned int iodone_w_error:1; /* error was indicated to endio */
|
H A D | extent_io.c | 3038 * make the compressed bio endio callback populate the pages __do_readpage()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_aops.c | 526 * 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 D | super.c | 928 * I/O completion thread (endio) init_jfs_fs()
|
H A D | jfs_logmgr.c | 1303 * endio routine is called directly. lmLogInit()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_bitmap.c | 180 * Used to report the failed page idx on io error from the endio handlers. 418 * from the endio handlers */ bm_realloc_pages()
|
H A D | drbd_int.h | 452 * from the endio callback */ 2097 /* This may be called from some endio handler, put_ldev()
|
H A D | drbd_req.c | 1146 * ->ldev member. Double check, and short-circuit to endio. drbd_submit_req_private_bio()
|
H A D | drbd_worker.c | 45 /* endio handlers:
|
/linux-4.1.27/fs/ |
H A D | direct-io.c | 340 * so that the DIO specific endio actions are dealt with after the filesystem
|
/linux-4.1.27/block/ |
H A D | bio.c | 1775 * Need to have a real endio function for chained bios, bio_endio()
|
Completed in 973 milliseconds