Searched refs:__ATTR_RO_MODE (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/drivers/firmware/efi/ |
| D | runtime-map.c | 65 static struct map_attribute map_type_attr = __ATTR_RO_MODE(type, 0400); 66 static struct map_attribute map_phys_addr_attr = __ATTR_RO_MODE(phys_addr, 0400); 67 static struct map_attribute map_virt_addr_attr = __ATTR_RO_MODE(virt_addr, 0400); 68 static struct map_attribute map_num_pages_attr = __ATTR_RO_MODE(num_pages, 0400); 69 static struct map_attribute map_attribute_attr = __ATTR_RO_MODE(attribute, 0400);
|
| D | esrt.c | 121 static struct esre_attribute esre_fw_class = __ATTR_RO_MODE(fw_class, 0400); 130 static struct esre_attribute esre_##name = __ATTR_RO_MODE(name, 0400) 203 static struct kobj_attribute esrt_##name = __ATTR_RO_MODE(name, 0400)
|
| D | efi.c | 151 static struct kobj_attribute efi_attr_systab = __ATTR_RO_MODE(systab, 0400);
|
| /Linux-v6.1/mm/damon/ |
| D | sysfs.c | 185 __ATTR_RO_MODE(nr_tried, 0400); 188 __ATTR_RO_MODE(sz_tried, 0400); 191 __ATTR_RO_MODE(nr_applied, 0400); 194 __ATTR_RO_MODE(sz_applied, 0400); 197 __ATTR_RO_MODE(qt_exceeds, 0400); 1847 __ATTR_RO_MODE(avail_operations, 0400); 2655 __ATTR_RO_MODE(pid, 0400);
|
| /Linux-v6.1/include/linux/ |
| D | sysfs.h | 120 #define __ATTR_RO_MODE(_name, _mode) { \ macro
|
| D | device.h | 138 struct device_attribute dev_attr_##_name = __ATTR_RO_MODE(_name, 0400)
|
| /Linux-v6.1/Documentation/filesystems/ |
| D | sysfs.rst | 140 __ATTR_RO_MODE(name, mode):
|
| /Linux-v6.1/mm/ |
| D | slub.c | 5323 static struct slab_attribute _name##_attr = __ATTR_RO_MODE(_name, 0400)
|