Searched refs:sysfs_file_change_owner (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | sysfs.h | 345 int sysfs_file_change_owner(struct kobject *kobj, const char *name, kuid_t kuid, 573 static inline int sysfs_file_change_owner(struct kobject *kobj, in sysfs_file_change_owner() function
|
/Linux-v6.6/fs/sysfs/ |
D | file.c | 649 int sysfs_file_change_owner(struct kobject *kobj, const char *name, kuid_t kuid, in sysfs_file_change_owner() function 671 EXPORT_SYMBOL_GPL(sysfs_file_change_owner);
|
/Linux-v6.6/drivers/base/ |
D | core.c | 4639 error = sysfs_file_change_owner(kobj, dev_attr_online.attr.name, in device_attrs_change_owner() 4683 error = sysfs_file_change_owner(kobj, dev_attr_uevent.attr.name, kuid, in device_change_owner()
|