Home
last modified time | relevance | path

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

/linux/fs/sysfs/
H A Dgroup.c77 WARN(mode & ~(SYSFS_PREALLOC | 0664), in create_files()
81 mode &= SYSFS_PREALLOC | 0664; in create_files()
110 WARN(mode & ~(SYSFS_PREALLOC | 0664), in create_files()
114 mode &= SYSFS_PREALLOC | 0664; in create_files()
/linux/include/linux/
H A Dsysfs.h125 #define SYSFS_PREALLOC 010000 macro
249 .mode = SYSFS_PREALLOC | VERIFY_OCTAL_PERMISSIONS(_mode) },\
/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c132 return reg & ETR3_CF9LOCK ? attr->mode & (SYSFS_PREALLOC | 0444) : attr->mode; in etr3_is_visible()