| /linux/block/ |
| H A D | blk-flush.c | 121 rq->end_io = rq->flush.saved_end_io; in blk_flush_restore_request() 259 return rq->end_io == flush_end_io; in is_flush_rq() 320 flush_rq->end_io = flush_end_io; in blk_kick_flush() 373 rq->flush.saved_end_io = rq->end_io; /* Usually NULL */ in blk_rq_init_flush() 374 rq->end_io = mq_flush_data_end_io; in blk_rq_init_flush()
|
| H A D | blk-mq.c | 441 rq->end_io = NULL; in blk_mq_rq_ctx_init() 917 if (!req->end_io) { in blk_complete_request() 1157 if (rq->end_io) { in __blk_mq_end_request() 1159 if (rq->end_io(rq, error) == RQ_END_IO_FREE) in __blk_mq_end_request() 1214 if (rq->end_io && rq->end_io(rq, 0) == RQ_END_IO_NONE) in blk_mq_end_request_batch() 1509 rq->end_io = blk_end_sync_rq; in blk_execute_rq() 1691 if (rq->end_io(rq, 0) == RQ_END_IO_FREE) in blk_mq_put_rq_ref()
|
| /linux/drivers/md/ |
| H A D | dm-path-selector.h | 91 int (*end_io)(struct path_selector *ps, struct dm_path *path, member
|
| H A D | dm-mpath.c | 580 if (pgpath && pgpath->pg->ps.type->end_io) in multipath_release_clone() 581 pgpath->pg->ps.type->end_io(&pgpath->pg->ps, in multipath_release_clone() 1688 if (ps->type->end_io) in multipath_end_io() 1689 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io() 1732 if (ps->type->end_io) in multipath_end_io_bio() 1733 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io_bio() 2316 .end_io = multipath_end_io_bio,
|
| H A D | dm-ps-queue-length.c | 256 .end_io = ql_end_io,
|
| H A D | dm-bufio.c | 350 void (*end_io)(struct dm_buffer *b, blk_status_t bs); member 1289 b->end_io(b, unlikely(error != 0) ? BLK_STS_IOERR : 0); in dmio_complete() 1319 b->end_io(b, errno_to_blk_status(r)); in use_dmio() 1329 b->end_io(b, status); in bio_complete() 1373 void (*end_io)(struct dm_buffer *, blk_status_t)) in submit_io() 1379 b->end_io = end_io; in submit_io()
|
| H A D | dm-ps-service-time.c | 337 .end_io = st_end_io,
|
| H A D | dm-ps-historical-service-time.c | 537 .end_io = hst_end_io,
|
| H A D | dm-stripe.c | 479 .end_io = stripe_end_io,
|
| H A D | dm-rq.c | 330 clone->end_io = end_clone_request; in setup_clone()
|
| H A D | dm-log-writes.c | 933 .end_io = normal_end_io,
|
| H A D | dm-snap.c | 2756 .end_io = snapshot_end_io, 2771 .end_io = snapshot_end_io,
|
| /linux/fs/zonefs/ |
| H A D | file.c | 393 .end_io = zonefs_file_write_dio_end_io, 628 .end_io = zonefs_file_read_dio_end_io,
|
| /linux/fs/iomap/ |
| H A D | direct-io.c | 88 if (dops && dops->end_io) in iomap_dio_complete() 89 ret = dops->end_io(iocb, dio->size, ret, dio->flags); in iomap_dio_complete()
|
| /linux/include/linux/ |
| H A D | blk-mq.h | 215 rq_end_io_fn *end_io; member 909 if (req->end_io) in blk_mq_add_to_batch()
|
| H A D | iomap.h | 521 int (*end_io)(struct kiocb *iocb, ssize_t size, int error, member
|
| /linux/fs/ext2/ |
| H A D | file.c | 211 .end_io = ext2_dio_write_end_io,
|
| /linux/fs/nfs/blocklayout/ |
| H A D | blocklayout.c | 126 struct pnfs_block_extent *be, bio_end_io_t end_io, in do_add_page_to_bio() argument 159 bio->bi_end_io = end_io; in do_add_page_to_bio()
|
| /linux/drivers/nvme/target/ |
| H A D | passthru.c | 353 rq->end_io = nvmet_passthru_req_done; in nvmet_passthru_execute_cmd()
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 64 btrfs_bio_end_io_t end_io) in alloc_compressed_bio() argument 70 btrfs_bio_init(bbio, inode, start, end_io, NULL); in alloc_compressed_bio()
|
| /linux/fs/ext4/ |
| H A D | file.c | 406 .end_io = ext4_dio_write_end_io,
|
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 29 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io, in f2fs_stop_checkpoint() argument 33 if (!end_io) in f2fs_stop_checkpoint()
|
| /linux/drivers/nvme/host/ |
| H A D | ioctl.c | 524 req->end_io = nvme_uring_cmd_end_io; in nvme_uring_cmd_io()
|
| H A D | pci.c | 1797 abort_req->end_io = abort_endio; in nvme_timeout() 2897 req->end_io = nvme_del_cq_end; in nvme_delete_queue() 2899 req->end_io = nvme_del_queue_end; in nvme_delete_queue()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 598 int (*end_io)(struct kiocb *iocb, ssize_t size, int error, 612 - ``end_io``: This is called after the ``struct bio`` completes.
|