__ATTR 765 arch/x86/kernel/cpu/intel_cacheinfo.c __ATTR(_name, 0444, show_##_name, NULL)
__ATTR 777 arch/x86/kernel/cpu/intel_cacheinfo.c static struct _cache_attr cache_disable = __ATTR(cache_disable, 0644, show_cache_disable, store_cache_disable);
__ATTR 1464 block/as-iosched.c __ATTR(name, S_IRUGO|S_IWUSR, as_##name##_show, as_##name##_store)
__ATTR 2342 block/cfq-iosched.c __ATTR(name, S_IRUGO|S_IWUSR, cfq_##name##_show, cfq_##name##_store)
__ATTR 429 block/deadline-iosched.c __ATTR(name, S_IRUGO|S_IWUSR, deadline_##name##_show, \
__ATTR 818 block/genhd.c __ATTR(make-it-fail, S_IRUGO|S_IWUSR, part_fail_show, part_fail_store);
__ATTR 822 block/genhd.c __ATTR(io-timeout-fail, S_IRUGO|S_IWUSR, part_timeout_show,
__ATTR 124 fs/gfs2/locking/dlm/sysfs.c static struct gdlm_attr gdlm_attr_##_name = __ATTR(_name,_mode,_show,_store)
__ATTR 161 fs/gfs2/sys.c static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store)
__ATTR 371 fs/gfs2/sys.c static struct tune_attr tune_attr_##name = __ATTR(name, 0644, show, store)
__ATTR 44 fs/ocfs2/cluster/sys.c __ATTR(interface_revision, S_IFREG | S_IRUGO, version_show, NULL);
__ATTR 465 fs/ocfs2/stackglue.c __ATTR(max_locking_protocol, S_IFREG | S_IRUGO,
__ATTR 497 fs/ocfs2/stackglue.c __ATTR(loaded_cluster_plugins, S_IFREG | S_IRUGO,
__ATTR 519 fs/ocfs2/stackglue.c __ATTR(active_cluster_plugin, S_IFREG | S_IRUGO,
__ATTR 568 fs/ocfs2/stackglue.c __ATTR(cluster_stack, S_IFREG | S_IRUGO | S_IWUSR,
__ATTR 268 fs/partitions/check.c __ATTR(make-it-fail, S_IRUGO|S_IWUSR, part_fail_show, part_fail_store);
__ATTR 45 include/linux/device.h struct bus_attribute bus_attr_##_name = __ATTR(_name, _mode, _show, _store)
__ATTR 159 include/linux/device.h __ATTR(_name, _mode, _show, _store)
__ATTR 242 include/linux/device.h struct class_attribute class_attr_##_name = __ATTR(_name, _mode, _show, _store)
__ATTR 304 include/linux/device.h struct device_attribute dev_attr_##_name = __ATTR(_name, _mode, _show, _store)
__ATTR 31 include/linux/hwmon-sysfs.h { .dev_attr = __ATTR(_name, _mode, _show, _store), \
__ATTR 47 include/linux/hwmon-sysfs.h { .dev_attr = __ATTR(_name, _mode, _show, _store), \
__ATTR 168 include/scsi/scsi_transport_fc.h __ATTR(_name,_mode,_show,_store)
__ATTR 294 include/scsi/scsi_transport_fc.h __ATTR(_name,_mode,_show,_store)
__ATTR 24 kernel/ksysfs.c __ATTR(_name, 0644, _name##_show, _name##_store)
__ATTR 162 kernel/user.c __ATTR(cpu_share, 0644, cpu_shares_show, cpu_shares_store);
__ATTR 191 kernel/user.c __ATTR(cpu_rt_runtime, 0644, cpu_rt_runtime_show, cpu_rt_runtime_store);
__ATTR 218 kernel/user.c __ATTR(cpu_rt_period, 0644, cpu_rt_period_show, cpu_rt_period_store);
__ATTR 153 mm/backing-dev.c #define __ATTR_RW(attr) __ATTR(attr, 0644, attr##_show, attr##_store)
__ATTR 1143 mm/hugetlb.c __ATTR(_name, 0644, _name##_show, _name##_store)
__ATTR 3768 mm/slub.c __ATTR(_name, 0644, _name##_show, _name##_store)
__ATTR 60 net/bluetooth/hci_sysfs.c struct device_attribute link_attr_##_name = __ATTR(_name,_mode,_show,_store)
__ATTR 247 net/core/net-sysfs.c __ATTR(addr_len, S_IRUGO, show_addr_len, NULL),
__ATTR 248 net/core/net-sysfs.c __ATTR(dev_id, S_IRUGO, show_dev_id, NULL),
__ATTR 249 net/core/net-sysfs.c __ATTR(ifalias, S_IRUGO | S_IWUSR, show_ifalias, store_ifalias),
__ATTR 250 net/core/net-sysfs.c __ATTR(iflink, S_IRUGO, show_iflink, NULL),
__ATTR 251 net/core/net-sysfs.c __ATTR(ifindex, S_IRUGO, show_ifindex, NULL),
__ATTR 252 net/core/net-sysfs.c __ATTR(features, S_IRUGO, show_features, NULL),
__ATTR 253 net/core/net-sysfs.c __ATTR(type, S_IRUGO, show_type, NULL),
__ATTR 254 net/core/net-sysfs.c __ATTR(link_mode, S_IRUGO, show_link_mode, NULL),
__ATTR 255 net/core/net-sysfs.c __ATTR(address, S_IRUGO, show_address, NULL),
__ATTR 256 net/core/net-sysfs.c __ATTR(broadcast, S_IRUGO, show_broadcast, NULL),
__ATTR 257 net/core/net-sysfs.c __ATTR(carrier, S_IRUGO, show_carrier, NULL),
__ATTR 258 net/core/net-sysfs.c __ATTR(dormant, S_IRUGO, show_dormant, NULL),
__ATTR 259 net/core/net-sysfs.c __ATTR(operstate, S_IRUGO, show_operstate, NULL),
__ATTR 260 net/core/net-sysfs.c __ATTR(mtu, S_IRUGO | S_IWUSR, show_mtu, store_mtu),
__ATTR 261 net/core/net-sysfs.c __ATTR(flags, S_IRUGO | S_IWUSR, show_flags, store_flags),
__ATTR 262 net/core/net-sysfs.c __ATTR(tx_queue_len, S_IRUGO | S_IWUSR, show_tx_queue_len,
__ATTR 496 net/rfkill/rfkill.c __ATTR(name, S_IRUGO, rfkill_name_show, NULL),
__ATTR 497 net/rfkill/rfkill.c __ATTR(type, S_IRUGO, rfkill_type_show, NULL),
__ATTR 498 net/rfkill/rfkill.c __ATTR(state, S_IRUGO|S_IWUSR, rfkill_state_show, rfkill_state_store),
__ATTR 499 net/rfkill/rfkill.c __ATTR(claim, S_IRUGO|S_IWUSR, rfkill_claim_show, rfkill_claim_store),
__ATTR 43 net/wireless/sysfs.c __ATTR(index, S_IRUGO, _show_index, NULL),
__ATTR 44 net/wireless/sysfs.c __ATTR(macaddress, S_IRUGO, _show_permaddr, NULL),
__ATTR 44 samples/kobject/kobject-example.c __ATTR(foo, 0666, foo_show, foo_store);
__ATTR 76 samples/kobject/kobject-example.c __ATTR(baz, 0666, b_show, b_store);
__ATTR 78 samples/kobject/kobject-example.c __ATTR(bar, 0666, b_show, b_store);
__ATTR 127 samples/kobject/kset-example.c __ATTR(foo, 0666, foo_show, foo_store);
__ATTR 159 samples/kobject/kset-example.c __ATTR(baz, 0666, b_show, b_store);
__ATTR 161 samples/kobject/kset-example.c __ATTR(bar, 0666, b_show, b_store);
__ATTR 947 sound/core/pcm.c __ATTR(pcm_class, S_IRUGO, show_pcm_class, NULL);