| /linux/fs/btrfs/ |
| H A D | bio.c | 45 btrfs_bio_end_io_t end_io, void *private) in btrfs_bio_init() argument 52 bbio->end_io = end_io; in btrfs_bio_init() 68 btrfs_bio_end_io_t end_io, void *private) in btrfs_bio_alloc() argument 75 btrfs_bio_init(bbio, inode, file_offset, end_io, private); in btrfs_bio_alloc() 146 bbio->end_io(bbio); in btrfs_bio_end_io() 149 bbio->end_io(bbio); in btrfs_bio_end_io()
|
| H A D | compression.c | 63 btrfs_bio_end_io_t end_io) in alloc_compressed_bio() argument 69 btrfs_bio_init(bbio, inode, start, end_io, NULL); in alloc_compressed_bio()
|
| /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-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 | 487 .end_io = stripe_end_io,
|
| H A D | dm-flakey.c | 700 .end_io = flakey_end_io,
|
| H A D | dm-log-writes.c | 933 .end_io = normal_end_io,
|
| /linux/fs/erofs/ |
| H A D | fscache.c | 18 netfs_io_terminated_t end_io; member 108 io->end_io = erofs_fscache_req_end_io; in erofs_fscache_req_io_alloc() 147 io->end_io, io); in erofs_fscache_read_io_async() 187 io->io.end_io = erofs_fscache_bio_endio; in erofs_fscache_bio_alloc()
|
| /linux/fs/gfs2/ |
| H A D | lops.c | 263 bio_end_io_t *end_io, blk_opf_t opf) in gfs2_log_alloc_bio() argument 269 bio->bi_end_io = end_io; in gfs2_log_alloc_bio() 294 bio_end_io_t *end_io, bool flush) in gfs2_log_get_bio() argument 308 *biop = gfs2_log_alloc_bio(sdp, blkno, end_io, opf); in gfs2_log_get_bio()
|
| /linux/fs/zonefs/ |
| H A D | file.c | 394 .end_io = zonefs_file_write_dio_end_io, 629 .end_io = zonefs_file_read_dio_end_io,
|
| /linux/fs/iomap/ |
| H A D | direct-io.c | 97 if (dops && dops->end_io) in iomap_dio_complete() 98 ret = dops->end_io(iocb, dio->size, ret, dio->flags); in iomap_dio_complete()
|
| /linux/include/linux/ |
| H A D | iomap.h | 525 int (*end_io)(struct kiocb *iocb, ssize_t size, int error, member
|
| /linux/block/ |
| H A D | blk-mq.c | 441 rq->end_io = NULL; in blk_mq_rq_ctx_init() 926 if (!req->end_io) { in blk_complete_request() 1166 if (rq->end_io) { in __blk_mq_end_request() 1168 if (rq->end_io(rq, error, NULL) == RQ_END_IO_FREE) in __blk_mq_end_request() 1223 if (rq->end_io && rq->end_io(rq, 0, iob) == RQ_END_IO_NONE) in blk_mq_end_request_batch() 1519 rq->end_io = blk_end_sync_rq; in blk_execute_rq() 1701 if (rq->end_io(rq, 0, NULL) == RQ_END_IO_FREE) in blk_mq_put_rq_ref()
|
| H A D | bio.c | 335 bio_end_io_t *end_io = bio->bi_end_io; in bio_reuse() local 347 bio->bi_end_io = end_io; in bio_reuse()
|
| /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 | 354 rq->end_io = nvmet_passthru_req_done; in nvmet_passthru_execute_cmd()
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 657 .end_io = xfs_dio_write_end_io, 691 .end_io = xfs_dio_write_end_io,
|
| /linux/fs/ext4/ |
| H A D | file.c | 407 .end_io = ext4_dio_write_end_io,
|
| H A D | super.c | 164 bh_end_io_t *end_io, bool simu_fail) in __ext4_read_bh() argument 179 bh->b_end_io = end_io ? end_io : end_buffer_read_sync; in __ext4_read_bh() 185 bh_end_io_t *end_io, bool simu_fail) in ext4_read_bh_nowait() argument 193 __ext4_read_bh(bh, op_flags, end_io, simu_fail); in ext4_read_bh_nowait() 197 bh_end_io_t *end_io, bool simu_fail) in ext4_read_bh() argument 206 __ext4_read_bh(bh, op_flags, end_io, simu_fail); in ext4_read_bh()
|
| /linux/drivers/block/ |
| H A D | loop.c | 293 goto end_io; in lo_complete_rq() 313 end_io: in lo_complete_rq()
|
| /linux/drivers/target/ |
| H A D | target_core_pscsi.c | 954 req->end_io = pscsi_req_done; in pscsi_execute_cmd()
|
| /linux/drivers/nvme/host/ |
| H A D | ioctl.c | 532 req->end_io = nvme_uring_cmd_end_io; in nvme_uring_cmd_io()
|