Home
last modified time | relevance | path

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

12

/drivers/md/
A Ddm-path-selector.h91 int (*end_io)(struct path_selector *ps, struct dm_path *path, member
A Ddm-mpath.c586 if (pgpath && pgpath->pg->ps.type->end_io) in multipath_release_clone()
587 pgpath->pg->ps.type->end_io(&pgpath->pg->ps, in multipath_release_clone()
1687 if (ps->type->end_io) in multipath_end_io()
1688 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io()
1731 if (ps->type->end_io) in multipath_end_io_bio()
1732 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io_bio()
2318 .end_io = multipath_end_io_bio,
A Ddm-bufio.c350 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()
A Ddm-ps-queue-length.c256 .end_io = ql_end_io,
A Ddm-ps-service-time.c337 .end_io = st_end_io,
A Ddm-ps-historical-service-time.c537 .end_io = hst_end_io,
A Ddm-rq.c330 clone->end_io = end_clone_request; in setup_clone()
A Ddm-stripe.c475 .end_io = stripe_end_io,
A Ddm-flakey.c700 .end_io = flakey_end_io,
A Ddm-log-writes.c932 .end_io = normal_end_io,
A Ddm-snap.c2761 .end_io = snapshot_end_io,
2776 .end_io = snapshot_end_io,
A Ddm-raid1.c1491 .end_io = mirror_end_io,
A Ddm-clone-target.c2180 .end_io = clone_endio,
A Ddm-writecache.c2771 .end_io = writecache_end_io,
A Ddm-cache-target.c3524 .end_io = cache_end_io,
A Ddm.c1090 dm_endio_fn endio = likely(ti != NULL) ? ti->type->end_io : NULL; in clone_endio()
A Ddm-thin.c4506 .end_io = thin_endio,
/drivers/nvme/target/
A Dpassthru.c353 rq->end_io = nvmet_passthru_req_done; in nvmet_passthru_execute_cmd()
/drivers/block/
A Dloop.c283 goto end_io; in lo_complete_rq()
303 end_io: in lo_complete_rq()
/drivers/target/
A Dtarget_core_pscsi.c953 req->end_io = pscsi_req_done; in pscsi_execute_cmd()
/drivers/nvme/host/
A Dioctl.c528 req->end_io = nvme_uring_cmd_end_io; in nvme_uring_cmd_io()
A Dpci.c1702 abort_req->end_io = abort_endio; in nvme_timeout()
2802 req->end_io = nvme_del_cq_end; in nvme_delete_queue()
2804 req->end_io = nvme_del_queue_end; in nvme_delete_queue()
/drivers/scsi/
A Dscsi_error.c2123 req->end_io = eh_lock_door_done; in scsi_eh_lock_door()
A Dsg.c827 srp->rq->end_io = sg_rq_end_io; in sg_common_write()
A Dst.c596 req->end_io = st_scsi_execute_end; in st_scsi_execute()

Completed in 117 milliseconds

12