Searched refs:kobj_child_ns_ops (Results 1 – 2 of 2) sorted by relevance
50 const struct kobj_ns_type_operations *kobj_child_ns_ops(const struct kobject *parent);
95 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() function1071 return kobj_child_ns_ops(kobj->parent); in kobj_ns_ops()