Searched refs:sysfs_link_change_owner (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | sysfs.h | 324 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, 556 static inline int sysfs_link_change_owner(struct kobject *kobj, in sysfs_link_change_owner() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sysfs.h | 348 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, 580 static inline int sysfs_link_change_owner(struct kobject *kobj, in sysfs_link_change_owner() function
|
/kernel/linux/linux-5.10/fs/sysfs/ |
H A D | file.c | 578 * sysfs_link_change_owner - change owner of a sysfs file. 591 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner() function
|
/kernel/linux/linux-6.6/fs/sysfs/ |
H A D | file.c | 597 * sysfs_link_change_owner - change owner of a sysfs file. 610 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner() function
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | core.c | 4052 error = sysfs_link_change_owner(&dev->class->p->subsys.kobj, &dev->kobj, in device_change_owner()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | core.c | 4719 error = sysfs_link_change_owner(&sp->subsys.kobj, &dev->kobj, dev_name(dev), kuid, kgid); in device_change_owner()
|
Completed in 16 milliseconds