Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Ddasd_int.h387 int (*hosts_print)(struct dasd_device *, struct seq_file *); member
H A Ddasd.c1147 if (device->discipline->hosts_print) in dasd_hosts_show()
1148 rc = device->discipline->hosts_print(device, m); in dasd_hosts_show()
H A Ddasd_eckd.c6887 .hosts_print = dasd_hosts_print,