Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/block/
Ddasd_devmap.c1386 int hpf; in dasd_hpf_show() local
1395 hpf = device->discipline->hpf_enabled(device); in dasd_hpf_show()
1397 return snprintf(buf, PAGE_SIZE, "%d\n", hpf); in dasd_hpf_show()
1400 static DEVICE_ATTR(hpf, 0444, dasd_hpf_show, NULL);