Searched refs:sysfs_groups_change_owner (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/sysfs/ |
| H A D | group.c | 618 int sysfs_groups_change_owner(struct kobject *kobj, in sysfs_groups_change_owner() function 638 EXPORT_SYMBOL_GPL(sysfs_groups_change_owner);
|
| H A D | file.c | 733 error = sysfs_groups_change_owner(kobj, ktype->default_groups, in sysfs_change_owner()
|
| /linux/include/linux/ |
| H A D | sysfs.h | 488 int sysfs_groups_change_owner(struct kobject *kobj, 735 static inline int sysfs_groups_change_owner(struct kobject *kobj, in sysfs_groups_change_owner() function
|
| /linux/drivers/base/ |
| H A D | core.c | 4763 error = sysfs_groups_change_owner(kobj, class->dev_groups, kuid, in device_change_owner() 4774 error = sysfs_groups_change_owner(kobj, type->groups, kuid, in device_change_owner() 4781 error = sysfs_groups_change_owner(kobj, dev->groups, kuid, kgid); in device_change_owner()
|