Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/s390/block/
Ddasd_int.h418 int (*hosts_print)(struct dasd_device *, struct seq_file *); member
Ddasd.c1139 if (device->discipline->hosts_print) in dasd_hosts_show()
1140 rc = device->discipline->hosts_print(device, m); in dasd_hosts_show()
Ddasd_eckd.c6951 .hosts_print = dasd_hosts_print,