Home
last modified time | relevance | path

Searched refs:get_ktype (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dkobject.h196 static inline const struct kobj_type *get_ktype(const struct kobject *kobj) in get_ktype() function
/linux/lib/
H A Dkobject.c69 const struct kobj_type *ktype = get_ktype(kobj); in create_dir()
592 ktype = get_ktype(kobj); in __kobject_del()
666 const struct kobj_type *t = get_ktype(kobj); in kobject_cleanup()
/linux/fs/sysfs/
H A Dfile.c719 ktype = get_ktype(kobj); in sysfs_change_owner()
/linux/kernel/
H A Dparams.c936 const struct kobj_type *ktype = get_ktype(kobj); in uevent_filter()
/linux/drivers/base/
H A Dbus.c221 const struct kobj_type *ktype = get_ktype(kobj); in bus_uevent_filter()
H A Dcore.c2617 const struct kobj_type *ktype = get_ktype(kobj); in dev_uevent_filter()