/linux-6.1.9/block/ |
D | blk-flush.c | 138 rq->end_io = rq->flush.saved_end_io; in blk_flush_restore_request() 277 return rq->end_io == flush_end_io; in is_flush_rq() 345 flush_rq->end_io = flush_end_io; in blk_kick_flush() 446 rq->flush.saved_end_io = rq->end_io; /* Usually NULL */ in blk_insert_flush() 448 rq->end_io = mq_flush_data_end_io; in blk_insert_flush()
|
D | blk-core.c | 719 goto end_io; in submit_bio_noacct() 723 goto end_io; in submit_bio_noacct() 725 goto end_io; in submit_bio_noacct() 737 goto end_io; in submit_bio_noacct() 756 goto end_io; in submit_bio_noacct() 795 end_io: in submit_bio_noacct()
|
D | blk-mq.c | 383 rq->end_io = NULL; in blk_mq_rq_ctx_init() 831 if (!req->end_io) { in blk_complete_request() 1009 if (rq->end_io) { in __blk_mq_end_request() 1011 if (rq->end_io(rq, error) == RQ_END_IO_FREE) in __blk_mq_end_request() 1069 if (rq->end_io && rq->end_io(rq, 0) == RQ_END_IO_NONE) in blk_mq_end_request_batch() 1363 rq->end_io = blk_end_sync_rq; in blk_execute_rq() 1561 if (rq->end_io(rq, 0) == RQ_END_IO_FREE) in blk_mq_put_rq_ref()
|
/linux-6.1.9/fs/btrfs/ |
D | volumes.h | 409 btrfs_bio_end_io_t end_io; member 431 btrfs_bio_end_io_t end_io, void *private); 433 btrfs_bio_end_io_t end_io, void *private); 438 bbio->end_io(bbio); in btrfs_bio_end_io()
|
D | volumes.c | 6674 btrfs_bio_end_io_t end_io, void *private) in btrfs_bio_init() argument 6677 bbio->end_io = end_io; in btrfs_bio_init() 6689 btrfs_bio_end_io_t end_io, void *private) in btrfs_bio_alloc() argument 6694 btrfs_bio_init(btrfs_bio(bio), end_io, private); in btrfs_bio_alloc() 6699 btrfs_bio_end_io_t end_io, void *private) in btrfs_bio_clone_partial() argument 6708 btrfs_bio_init(bbio, end_io, private); in btrfs_bio_clone_partial() 6743 bbio->end_io(bbio); in btrfs_end_bio_work() 6760 bbio->end_io(bbio); in btrfs_simple_end_io() 6771 bbio->end_io(bbio); in btrfs_raid56_end_io() 6798 bbio->end_io(bbio); in btrfs_orig_write_end_io()
|
/linux-6.1.9/fs/ |
D | direct-io.c | 124 dio_iodone_t *end_io; /* IO completion function */ member 269 if (dio->end_io) { in dio_complete() 271 err = dio->end_io(dio->iocb, offset, ret, dio->private); in dio_complete() 1124 get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO() argument 1241 dio->end_io = end_io; in __blockdev_direct_IO()
|
/linux-6.1.9/drivers/md/ |
D | dm-path-selector.h | 91 int (*end_io) (struct path_selector *ps, struct dm_path *path, member
|
D | dm-bufio.c | 158 void (*end_io)(struct dm_buffer *, blk_status_t); member 590 b->end_io(b, unlikely(error != 0) ? BLK_STS_IOERR : 0); in dmio_complete() 619 b->end_io(b, errno_to_blk_status(r)); in use_dmio() 628 b->end_io(b, status); in bio_complete() 685 void (*end_io)(struct dm_buffer *, blk_status_t)) in submit_io() 691 b->end_io = end_io; in submit_io()
|
D | dm-mpath.c | 576 if (pgpath && pgpath->pg->ps.type->end_io) in multipath_release_clone() 577 pgpath->pg->ps.type->end_io(&pgpath->pg->ps, in multipath_release_clone() 1675 if (ps->type->end_io) in multipath_end_io() 1676 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io() 1719 if (ps->type->end_io) in multipath_end_io_bio() 1720 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io_bio() 2186 .end_io = multipath_end_io_bio,
|
D | dm-ps-queue-length.c | 255 .end_io = ql_end_io,
|
D | dm-ps-service-time.c | 337 .end_io = st_end_io,
|
D | dm-flakey.c | 496 .end_io = flakey_end_io,
|
D | dm-ps-historical-service-time.c | 537 .end_io = hst_end_io,
|
D | dm-rq.c | 328 clone->end_io = end_clone_request; in setup_clone()
|
D | dm-stripe.c | 476 .end_io = stripe_end_io,
|
/linux-6.1.9/fs/gfs2/ |
D | lops.c | 265 bio_end_io_t *end_io) in gfs2_log_alloc_bio() argument 271 bio->bi_end_io = end_io; in gfs2_log_alloc_bio() 296 bio_end_io_t *end_io, bool flush) in gfs2_log_get_bio() argument 310 *biop = gfs2_log_alloc_bio(sdp, blkno, end_io); in gfs2_log_get_bio()
|
/linux-6.1.9/include/linux/ |
D | iomap.h | 311 int (*end_io)(struct kiocb *iocb, ssize_t size, int error, member
|
D | blk-mq.h | 202 rq_end_io_fn *end_io; member 857 (req->end_io && !blk_rq_is_passthrough(req))) in blk_mq_add_to_batch()
|
D | device-mapper.h | 196 dm_endio_fn end_io; member
|
/linux-6.1.9/fs/iomap/ |
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-6.1.9/fs/nfs/blocklayout/ |
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-6.1.9/drivers/nvme/host/ |
D | ioctl.c | 555 req->end_io = nvme_uring_cmd_end_io_meta; in nvme_uring_cmd_io() 557 req->end_io = nvme_uring_cmd_end_io; in nvme_uring_cmd_io()
|
/linux-6.1.9/drivers/nvme/target/ |
D | passthru.c | 348 rq->end_io = nvmet_passthru_req_done; in nvmet_passthru_execute_cmd()
|
/linux-6.1.9/fs/ext4/ |
D | file.c | 420 .end_io = ext4_dio_write_end_io,
|
/linux-6.1.9/fs/zonefs/ |
D | super.c | 772 .end_io = zonefs_file_write_dio_end_io, 1066 .end_io = zonefs_file_read_dio_end_io,
|