Searched refs:ZFCP_DEV_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 15 #define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \ macro 27 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ 37 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ 56 static ZFCP_DEV_ATTR(adapter, _name, S_IRUGO, \ 117 static ZFCP_DEV_ATTR(port, failed, S_IWUSR | S_IRUGO, 161 static ZFCP_DEV_ATTR(unit, failed, S_IWUSR | S_IRUGO, 210 static ZFCP_DEV_ATTR(adapter, failed, S_IWUSR | S_IRUGO, 235 static ZFCP_DEV_ATTR(adapter, port_rescan, S_IWUSR, NULL, 284 static ZFCP_DEV_ATTR(adapter, port_remove, S_IWUSR, NULL,
|