Home
last modified time | relevance | path

Searched refs:dasd_device_remove_stop_bits (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/s390/block/
Ddasd_alias.c883 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu()
889 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu()
896 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu()
902 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu()
926 dasd_device_remove_stop_bits(device, in summary_unit_check_handling_work()
Ddasd.c1495 dasd_device_remove_stop_bits(device, DASD_STOPPED_PENDING); in dasd_device_timeout()
1567 dasd_device_remove_stop_bits(device, DASD_STOPPED_PENDING); in dasd_generic_handle_state_change()
2024 void dasd_device_remove_stop_bits(struct dasd_device *device, int bits) in dasd_device_remove_stop_bits() function
2030 EXPORT_SYMBOL_GPL(dasd_device_remove_stop_bits);
2464 dasd_device_remove_stop_bits(block->base, DASD_STOPPED_PENDING); in dasd_block_timeout()
3486 dasd_device_remove_stop_bits(device, DASD_STOPPED_DC_WAIT); in dasd_generic_path_operational()
3488 dasd_device_remove_stop_bits(device, DASD_UNRESUMED_PM); in dasd_generic_path_operational()
3692 dasd_device_remove_stop_bits(device, in dasd_generic_restore_device()
Ddasd_int.h724 void dasd_device_remove_stop_bits(struct dasd_device *, int);
Ddasd_ioctl.c136 dasd_device_remove_stop_bits(base, DASD_STOPPED_QUIESCE); in dasd_ioctl_resume()