Home
last modified time | relevance | path

Searched refs:kobj_ns_ops (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dkobject_ns.h52 const struct kobj_ns_type_operations *kobj_ns_ops(struct kobject *kobj);
/linux-4.4.14/lib/
Dkobject_uevent.c95 ops = kobj_ns_ops(kobj); in kobj_bcast_filter()
99 ops = kobj_ns_ops(ksobj->parent); in kobj_bcast_filter()
118 ops = kobj_ns_ops(kobj); in kobj_usermode_filter()
Dkobject.c32 const struct kobj_ns_type_operations *ns_ops = kobj_ns_ops(kobj); in kobject_namespace()
1008 const struct kobj_ns_type_operations *kobj_ns_ops(struct kobject *kobj) in kobj_ns_ops() function