Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsysfs.h497 int sysfs_file_change_owner(struct kobject *kobj, const char *name, kuid_t kuid,
729 static inline int sysfs_file_change_owner(struct kobject *kobj, in sysfs_file_change_owner() function
/linux-6.15/fs/sysfs/
H A Dfile.c682 int sysfs_file_change_owner(struct kobject *kobj, const char *name, kuid_t kuid, in sysfs_file_change_owner() function
704 EXPORT_SYMBOL_GPL(sysfs_file_change_owner);
/linux-6.15/drivers/base/
H A Dcore.c4707 error = sysfs_file_change_owner(kobj, dev_attr_online.attr.name, in device_attrs_change_owner()
4751 error = sysfs_file_change_owner(kobj, dev_attr_uevent.attr.name, kuid, in device_change_owner()