Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsysfs.h500 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ,
736 static inline int sysfs_link_change_owner(struct kobject *kobj, in sysfs_link_change_owner() function
/linux-6.15/fs/sysfs/
H A Dfile.c643 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner() function
/linux-6.15/drivers/base/
H A Dcore.c4780 error = sysfs_link_change_owner(&sp->subsys.kobj, &dev->kobj, dev_name(dev), kuid, kgid); in device_change_owner()