Home
last modified time | relevance | path

Searched refs:kobj_child_ns_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dkobject_ns.h50 const struct kobj_ns_type_operations *kobj_child_ns_ops(const struct kobject *parent);
/openbmc/linux/lib/
H A Dkobject.c95 ops = kobj_child_ns_ops(kobj); in create_dir()
1059 const struct kobj_ns_type_operations *kobj_child_ns_ops(const struct kobject *parent) in kobj_child_ns_ops() function
1071 return kobj_child_ns_ops(kobj->parent); in kobj_ns_ops()