Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/block/
H A Ddasd_devmap.c2564 if (device->path[chp].in_sysfs) in dasd_path_create_kobj()
2575 device->path[chp].in_sysfs = true; in dasd_path_create_kobj()
2594 if (device->path[chp].in_sysfs) { in dasd_path_remove_kobj()
2596 device->path[chp].in_sysfs = false; in dasd_path_remove_kobj()
H A Ddasd_int.h522 bool in_sysfs; member