Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Ddasd_ioctl.c103 dasd_device_set_stop_bits(base, DASD_STOPPED_QUIESCE); in dasd_ioctl_quiesce()
124 dasd_device_remove_stop_bits(base, DASD_STOPPED_QUIESCE); in dasd_ioctl_resume()
H A Ddasd_int.h656 #define DASD_STOPPED_QUIESCE 2 /* Quiesced */ macro
H A Ddasd_eckd.c6189 if (primary->stopped & DASD_STOPPED_QUIESCE) { in dasd_eckd_copy_pair_swap()
6190 dasd_device_set_stop_bits(secondary, DASD_STOPPED_QUIESCE); in dasd_eckd_copy_pair_swap()
6191 dasd_device_remove_stop_bits(primary, DASD_STOPPED_QUIESCE); in dasd_eckd_copy_pair_swap()
H A Ddasd.c3923 dasd_device_set_stop_bits(device, DASD_STOPPED_QUIESCE); in dasd_handle_autoquiesce()