Home
last modified time | relevance | path

Searched refs:__ATTR_RO_MODE (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/platform/efi/
A Druntime-map.c65 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);
/linux/drivers/firmware/efi/
A Desrt.c117 static struct esre_attribute esre_fw_class = __ATTR_RO_MODE(fw_class, 0400);
126 static struct esre_attribute esre_##name = __ATTR_RO_MODE(name, 0400)
199 static struct kobj_attribute esrt_##name = __ATTR_RO_MODE(name, 0400)
A Defi.c157 static struct kobj_attribute efi_attr_systab = __ATTR_RO_MODE(systab, 0400);
/linux/mm/damon/
A Dsysfs-schemes.c87 __ATTR_RO_MODE(start, 0400);
90 __ATTR_RO_MODE(end, 0400);
93 __ATTR_RO_MODE(nr_accesses, 0400);
96 __ATTR_RO_MODE(age, 0400);
212 __ATTR_RO_MODE(total_bytes, 0400);
295 __ATTR_RO_MODE(nr_tried, 0400);
298 __ATTR_RO_MODE(sz_tried, 0400);
301 __ATTR_RO_MODE(nr_applied, 0400);
304 __ATTR_RO_MODE(sz_applied, 0400);
307 __ATTR_RO_MODE(qt_exceeds, 0400);
[all …]
A Dsysfs.c791 __ATTR_RO_MODE(avail_operations, 0400);
1646 __ATTR_RO_MODE(pid, 0400);
/linux/include/linux/
A Dsysfs.h238 #define __ATTR_RO_MODE(_name, _mode) { \ macro
A Ddevice.h208 struct device_attribute dev_attr_##_name = __ATTR_RO_MODE(_name, 0400)
/linux/Documentation/filesystems/
A Dsysfs.rst140 __ATTR_RO_MODE(name, mode):
/linux/mm/
A Dslub.c6459 static struct slab_attribute _name##_attr = __ATTR_RO_MODE(_name, 0400)

Completed in 55 milliseconds