Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsysfs.h116 #define SYSFS_GROUP_INVISIBLE 020000 macro
163 return SYSFS_GROUP_INVISIBLE; \
195 return SYSFS_GROUP_INVISIBLE; \
210 return SYSFS_GROUP_INVISIBLE; \
219 return SYSFS_GROUP_INVISIBLE; \
/linux-6.15/fs/sysfs/
H A Dgroup.c66 mode &= ~SYSFS_GROUP_INVISIBLE; in create_files()
97 mode &= ~SYSFS_GROUP_INVISIBLE; in create_files()
148 if (mode & SYSFS_GROUP_INVISIBLE) in internal_create_group()
/linux-6.15/drivers/platform/x86/amd/hsmp/
H A Dplat.c72 return SYSFS_GROUP_INVISIBLE; in hsmp_is_sock_attr_visible()