Searched refs:dasd_device_remove_stop_bits (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/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 | 1499 dasd_device_remove_stop_bits(device, DASD_STOPPED_PENDING); in dasd_device_timeout() 1571 dasd_device_remove_stop_bits(device, DASD_STOPPED_PENDING); in dasd_generic_handle_state_change() 2204 void dasd_device_remove_stop_bits(struct dasd_device *device, int bits) in dasd_device_remove_stop_bits() function 2210 EXPORT_SYMBOL_GPL(dasd_device_remove_stop_bits); 2682 dasd_device_remove_stop_bits(block->base, DASD_STOPPED_PENDING); in dasd_block_timeout() 3721 dasd_device_remove_stop_bits(device, DASD_STOPPED_DC_WAIT); in dasd_generic_path_operational() 3875 dasd_device_remove_stop_bits(device, DASD_STOPPED_NOSPC); in dasd_generic_space_avail() 3933 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 | 923 void dasd_device_remove_stop_bits(struct dasd_device *, int);
|
D | dasd_eckd.c | 6235 dasd_device_remove_stop_bits(primary, DASD_STOPPED_PPRC); in dasd_eckd_copy_pair_swap() 6236 dasd_device_remove_stop_bits(secondary, DASD_STOPPED_PPRC); in dasd_eckd_copy_pair_swap()
|