Home
last modified time | relevance | path

Searched refs:ready_to_online (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/s390/block/
Ddasd_int.h306 int (*ready_to_online) (struct dasd_device *); member
Ddasd.c400 if (device->discipline->ready_to_online) { in dasd_state_ready_to_online()
401 rc = device->discipline->ready_to_online(device); in dasd_state_ready_to_online()
Ddasd_eckd.c4279 .ready_to_online = dasd_eckd_ready_to_online,