Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dkobject.h196 static inline const struct kobj_type *get_ktype(const struct kobject *kobj) in get_ktype() function
/linux-6.15/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-6.15/fs/sysfs/
H A Dfile.c737 ktype = get_ktype(kobj); in sysfs_change_owner()
/linux-6.15/kernel/
H A Dparams.c930 const struct kobj_type *ktype = get_ktype(kobj); in uevent_filter()
/linux-6.15/drivers/base/
H A Dbus.c223 const struct kobj_type *ktype = get_ktype(kobj); in bus_uevent_filter()
H A Dcore.c2604 const struct kobj_type *ktype = get_ktype(kobj); in dev_uevent_filter()