Searched refs:kobject_get_ownership (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/sysfs/ |
D | file.c | 330 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_file_ns() 375 kobject_get_ownership(kobj, &uid, &gid); in sysfs_add_file_to_group() 542 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_bin_file()
|
D | group.c | 125 kobject_get_ownership(kobj, &uid, &gid); in internal_create_group() 314 kobject_get_ownership(kobj, &uid, &gid); in sysfs_merge_group()
|
D | dir.c | 56 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_dir_ns()
|
/Linux-v4.19/include/linux/ |
D | kobject.h | 118 extern void kobject_get_ownership(struct kobject *kobj,
|
/Linux-v4.19/lib/ |
D | kobject.c | 48 void kobject_get_ownership(struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() function 893 kobject_get_ownership(kobj->parent, uid, gid); in kset_get_ownership()
|