Searched refs:dasd_device_remove_stop_bits (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/s390/block/ |
D | dasd_alias.c | 859 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu() 864 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu() 870 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu() 875 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu() 898 dasd_device_remove_stop_bits(device, in summary_unit_check_handling_work()
|
D | dasd.c | 1552 dasd_device_remove_stop_bits(device, DASD_STOPPED_PENDING); in dasd_device_timeout() 1624 dasd_device_remove_stop_bits(device, DASD_STOPPED_PENDING); in dasd_generic_handle_state_change() 2234 void dasd_device_remove_stop_bits(struct dasd_device *device, int bits) in dasd_device_remove_stop_bits() function 2240 EXPORT_SYMBOL_GPL(dasd_device_remove_stop_bits); 2712 dasd_device_remove_stop_bits(block->base, DASD_STOPPED_PENDING); in dasd_block_timeout() 3796 dasd_device_remove_stop_bits(device, DASD_STOPPED_DC_WAIT); in dasd_generic_path_operational() 3798 dasd_device_remove_stop_bits(device, DASD_UNRESUMED_PM); in dasd_generic_path_operational() 3950 dasd_device_remove_stop_bits(device, DASD_STOPPED_NOSPC); in dasd_generic_space_avail() 4046 dasd_device_remove_stop_bits(device, DASD_STOPPED_NOT_ACC); in do_requeue_requests() 4090 dasd_device_remove_stop_bits(device, in dasd_generic_restore_device()
|
D | dasd_ioctl.c | 132 dasd_device_remove_stop_bits(base, DASD_STOPPED_QUIESCE); in dasd_ioctl_resume()
|
D | dasd_int.h | 800 void dasd_device_remove_stop_bits(struct dasd_device *, int);
|