child_ns_type      80 drivers/base/class.c 	.child_ns_type	= class_child_ns_type,
child_ns_type    1754 drivers/base/core.c 	.child_ns_type	= class_dir_child_ns_type
child_ns_type      37 fs/nfs/sysfs.c 	.child_ns_type = nfs_netns_object_child_ns_type,
child_ns_type     144 include/linux/kobject.h 	const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
child_ns_type    1057 lib/kobject.c  	if (parent && parent->ktype && parent->ktype->child_ns_type)
child_ns_type    1058 lib/kobject.c  		ops = parent->ktype->child_ns_type(parent);