Home
last modified time | relevance | path

Searched refs:__ATTR_RW_MODE (Results 1 – 10 of 10) sorted by relevance

/linux/mm/damon/
H A Dsysfs-common.c87 __ATTR_RW_MODE(min, 0600);
90 __ATTR_RW_MODE(max, 0600);
/linux/include/rdma/
H A Dib_sysfs.h26 __ATTR_RW_MODE(_name, 0600)
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dstring-attributes.c68 __ATTR_RW_MODE(current_value, 0600);
H A Dint-attributes.c78 __ATTR_RW_MODE(current_value, 0600);
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dstring-attributes.c68 __ATTR_RW_MODE(current_value, 0644);
H A Dorder-list-attributes.c69 __ATTR_RW_MODE(current_value, 0644);
H A Dint-attributes.c71 __ATTR_RW_MODE(current_value, 0644);
/linux/include/linux/
H A Dsysfs.h263 #define __ATTR_RW_MODE(_name, _mode) \ macro
/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c1224 static struct kobj_attribute attr_current_val = __ATTR_RW_MODE(current_value, 0600);
/linux/mm/
H A Dslub.c9169 static const struct slab_attribute _name##_attr = __ATTR_RW_MODE(_name, 0600)