Home
last modified time | relevance | path

Searched refs:end_io (Results 1 – 25 of 27) sorted by relevance

12

/linux/block/
H A Dblk-core.c797 goto end_io; in submit_bio_noacct()
803 goto end_io; in submit_bio_noacct()
807 goto end_io; in submit_bio_noacct()
810 goto end_io; in submit_bio_noacct()
820 goto end_io; in submit_bio_noacct()
825 goto end_io; in submit_bio_noacct()
837 goto end_io; in submit_bio_noacct()
857 goto end_io; in submit_bio_noacct()
889 end_io: in submit_bio_noacct()
H A Dbio.c307 bio_end_io_t *end_io = bio->bi_end_io; in bio_reuse() local
319 bio->bi_end_io = end_io; in bio_reuse()
/linux/drivers/md/
H A Ddm-path-selector.h91 int (*end_io)(struct path_selector *ps, struct dm_path *path, member
H A Ddm-ps-queue-length.c256 .end_io = ql_end_io,
H A Ddm-ps-service-time.c337 .end_io = st_end_io,
H A Ddm-ps-historical-service-time.c537 .end_io = hst_end_io,
H A Ddm-stripe.c487 .end_io = stripe_end_io,
H A Ddm-flakey.c700 .end_io = flakey_end_io,
H A Ddm-log-writes.c933 .end_io = normal_end_io,
H A Ddm-snap.c2752 .end_io = snapshot_end_io,
2767 .end_io = snapshot_end_io,
H A Ddm-clone-target.c2165 .end_io = clone_endio,
H A Ddm-thin.c4501 .end_io = thin_endio,
/linux/fs/erofs/
H A Dfscache.c18 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/iomap/
H A Ddirect-io.c111 if (dops && dops->end_io) in iomap_dio_complete()
112 ret = dops->end_io(iocb, dio->size, ret, dio->flags); in iomap_dio_complete()
/linux/fs/btrfs/
H A Dcompression.c63 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()
H A Dscrub.c942 btrfs_bio_end_io_t end_io, void *private) in alloc_scrub_bbio() argument
947 logical, end_io, private); in alloc_scrub_bbio()
/linux/drivers/nvme/target/
H A Dpassthru.c354 rq->end_io = nvmet_passthru_req_done; in nvmet_passthru_execute_cmd()
/linux/fs/ext4/
H A Dsuper.c164 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()
H A Dext4.h3188 bh_end_io_t *end_io, bool simu_fail);
3190 bh_end_io_t *end_io, bool simu_fail);
/linux/drivers/block/
H A Dloop.c293 goto end_io; in lo_complete_rq()
313 end_io: in lo_complete_rq()
/linux/drivers/target/
H A Dtarget_core_pscsi.c954 req->end_io = pscsi_req_done; in pscsi_execute_cmd()
/linux/drivers/nvme/host/
H A Dioctl.c522 req->end_io = nvme_uring_cmd_end_io; in nvme_uring_cmd_io()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst598 int (*end_io)(struct kiocb *iocb, ssize_t size, int error,
612 - ``end_io``: This is called after the ``struct bio`` completes.
/linux/fs/ntfs/
H A Dfile.c491 .end_io = ntfs_file_write_dio_end_io,
/linux/drivers/scsi/
H A Dscsi_error.c2160 req->end_io = eh_lock_door_done; in scsi_eh_lock_door()

12