Home
last modified time | relevance | path

Searched full:start_io (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/md/
H A Ddm-path-selector.h89 int (*start_io)(struct path_selector *ps, struct dm_path *path, member
H A Ddm-ps-queue-length.c255 .start_io = ql_start_io,
H A Ddm-ps-service-time.c336 .start_io = st_start_io,
H A Ddm-ps-historical-service-time.c536 .start_io = hst_start_io,
/linux/drivers/input/joystick/iforce/
H A Diforce.h81 int (*start_io)(struct iforce *iforce); member
H A Diforce-serio.c110 .start_io = iforce_serio_start_io,
H A Diforce-usb.c133 .start_io = iforce_usb_start_io,
/linux/drivers/s390/block/
H A Ddasd.c1325 * Start the i/o. This start_IO can fail if the channel is really busy.
1344 DBF_DEV_EVENT(DBF_DEBUG, device, "start_IO: return request %p " in dasd_start_IO()
1384 "start_IO: device busy, retry later"); in dasd_start_IO()
1396 "start_IO: selected paths gone (%x)", in dasd_start_IO()
1401 "start_IO: selected paths gone," in dasd_start_IO()
1405 "start_IO: all paths in opm gone," in dasd_start_IO()
1416 "start_IO: -ENODEV device gone, retry"); in dasd_start_IO()
1422 "start_IO: -EIO device gone, retry"); in dasd_start_IO()
1426 "start_IO: -EINVAL device currently " in dasd_start_IO()
1443 * 2) delayed start of request where start_IO failed with -EBUSY
[all …]
H A Ddasd_diag.c173 DBF_DEV_EVENT(DBF_ERR, device, "DIAG start_IO: request %p " in dasd_start_diag()
644 .start_IO = dasd_start_diag,
H A Ddasd_int.h131 int intrc; /* internal error, e.g. from start_IO */
338 * a block device request, start_io starts the request and
348 int (*start_IO) (struct dasd_ccw_req *); member
H A Ddasd_fba.c772 .start_IO = dasd_start_IO,
H A Ddasd_eckd.c6882 .start_IO = dasd_start_IO,
/linux/drivers/scsi/isci/
H A Dtask.c302 "%s: start_io failed - status = 0x%x, request = %p\n", in isci_task_execute_tmf()