Searched refs:ZFCP_DEV_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 16 #define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \ macro 28 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ 38 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ 57 static ZFCP_DEV_ATTR(adapter, _name, S_IRUGO, \ 118 static ZFCP_DEV_ATTR(port, failed, S_IWUSR | S_IRUGO, 162 static ZFCP_DEV_ATTR(unit, failed, S_IWUSR | S_IRUGO, 208 static ZFCP_DEV_ATTR(adapter, failed, S_IWUSR | S_IRUGO, 233 static ZFCP_DEV_ATTR(adapter, port_rescan, S_IWUSR, NULL, 325 static ZFCP_DEV_ATTR(adapter, port_remove, S_IWUSR, NULL,
|