Searched refs:kobject_get_ownership (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/sysfs/ |
A D | dir.c | 57 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_dir_ns()
|
A D | file.c | 354 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_file_ns() 397 kobject_get_ownership(kobj, &uid, &gid); in sysfs_add_file_to_group() 567 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_bin_file()
|
A D | group.c | 126 kobject_get_ownership(kobj, &uid, &gid); in internal_create_group() 339 kobject_get_ownership(kobj, &uid, &gid); in sysfs_merge_group()
|
/linux-6.3-rc2/include/linux/ |
A D | kobject.h | 116 extern void kobject_get_ownership(const struct kobject *kobj,
|
/linux-6.3-rc2/lib/ |
A D | kobject.c | 48 void kobject_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() function 921 kobject_get_ownership(kobj->parent, uid, gid); in kset_get_ownership()
|
Completed in 9 milliseconds