Searched refs:kobject_get_ownership (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/sysfs/ |
D | dir.c | 57 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_dir_ns()
|
D | file.c | 331 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_file_ns() 376 kobject_get_ownership(kobj, &uid, &gid); in sysfs_add_file_to_group() 546 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_bin_file()
|
D | group.c | 127 kobject_get_ownership(kobj, &uid, &gid); in internal_create_group() 340 kobject_get_ownership(kobj, &uid, &gid); in sysfs_merge_group()
|
/Linux-v5.10/include/linux/ |
D | kobject.h | 117 extern void kobject_get_ownership(struct kobject *kobj,
|
/Linux-v5.10/lib/ |
D | kobject.c | 48 void kobject_get_ownership(struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() function 938 kobject_get_ownership(kobj->parent, uid, gid); in kset_get_ownership()
|