Searched refs:dasd_device_remove_stop_bits (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/s390/block/ |
D | dasd_alias.c | 882 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu() 887 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu() 893 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu() 898 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu() 921 dasd_device_remove_stop_bits(device, in summary_unit_check_handling_work()
|
D | dasd.c | 1494 dasd_device_remove_stop_bits(device, DASD_STOPPED_PENDING); in dasd_device_timeout() 1566 dasd_device_remove_stop_bits(device, DASD_STOPPED_PENDING); in dasd_generic_handle_state_change() 2188 void dasd_device_remove_stop_bits(struct dasd_device *device, int bits) in dasd_device_remove_stop_bits() function 2194 EXPORT_SYMBOL_GPL(dasd_device_remove_stop_bits); 2666 dasd_device_remove_stop_bits(block->base, DASD_STOPPED_PENDING); in dasd_block_timeout() 3697 dasd_device_remove_stop_bits(device, DASD_STOPPED_DC_WAIT); in dasd_generic_path_operational() 3849 dasd_device_remove_stop_bits(device, DASD_STOPPED_NOSPC); in dasd_generic_space_avail() 3946 dasd_device_remove_stop_bits(device, DASD_STOPPED_NOT_ACC); in do_requeue_requests()
|
D | dasd_ioctl.c | 130 dasd_device_remove_stop_bits(base, DASD_STOPPED_QUIESCE); in dasd_ioctl_resume()
|
D | dasd_int.h | 917 void dasd_device_remove_stop_bits(struct dasd_device *, int);
|
D | dasd_eckd.c | 6207 dasd_device_remove_stop_bits(primary, DASD_STOPPED_PPRC); in dasd_eckd_copy_pair_swap() 6208 dasd_device_remove_stop_bits(secondary, DASD_STOPPED_PPRC); in dasd_eckd_copy_pair_swap()
|