Searched refs:SETUP_TEMPLATE (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/ |
D | scsi_transport_srp.c | 75 #define SETUP_TEMPLATE(attrb, field, perm, test, ro_test, ro_perm) \ macro 87 SETUP_TEMPLATE(rport_attrs, field, S_IRUGO, 1, 0, 0) 90 SETUP_TEMPLATE(rport_attrs, field, S_IRUGO | S_IWUSR, \
|
D | scsi_transport_sas.c | 1677 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro 1696 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1) 1699 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func) 1702 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, 1) 1713 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1) 1716 SETUP_TEMPLATE(phy_attrs, field, S_IRUGO, i->f->func) 1719 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, 1) 1722 SETUP_TEMPLATE(phy_attrs, field, S_IWUSR, i->f->func) 1725 SETUP_TEMPLATE(end_dev_attrs, field, S_IRUGO, 1) 1728 SETUP_TEMPLATE(expander_attrs, expander_##field, S_IRUGO, 1)
|
/linux-2.6.39/drivers/ata/ |
D | libata-transport.c | 655 #define SETUP_TEMPLATE(attrb, field, perm, test) \ macro 663 SETUP_TEMPLATE(link_attrs, field, S_IRUGO, 1) 666 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1) 669 SETUP_TEMPLATE(dev_attrs, field, S_IRUGO, 1)
|