Searched refs:kobject_get_ownership (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/sysfs/ |
| H A 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()
|
| H A 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()
|
| H A D | dir.c | 57 kobject_get_ownership(kobj, &uid, &gid); in sysfs_create_dir_ns()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kobject.h | 123 extern void kobject_get_ownership(struct kobject *kobj,
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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()
|