Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dsysfs.h42 #define __sysfs_attribute(_name, _mode) \ macro
46 #define write_attribute(n) __sysfs_attribute(n, S_IWUSR)
47 #define read_attribute(n) __sysfs_attribute(n, S_IRUGO)
48 #define rw_attribute(n) __sysfs_attribute(n, S_IRUGO|S_IWUSR)