Searched refs:SYSFS_PREALLOC (Results 1 – 3 of 3) sorted by relevance
77 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()
289 if (mode & SYSFS_PREALLOC) { in sysfs_add_file_mode_ns()
125 #define SYSFS_PREALLOC 010000 macro249 .mode = SYSFS_PREALLOC | VERIFY_OCTAL_PERMISSIONS(_mode) },\