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(struct kobject *parent);
108 ops = kobj_child_ns_ops(kobj); in create_dir()1022 const struct kobj_ns_type_operations *kobj_child_ns_ops(struct kobject *parent) in kobj_child_ns_ops() function1034 return kobj_child_ns_ops(kobj->parent); in kobj_ns_ops()