kobj_ns_type_operations   64 drivers/base/class.c static const struct kobj_ns_type_operations *class_child_ns_type(struct kobject *kobj)
kobj_ns_type_operations 1745 drivers/base/core.c struct kobj_ns_type_operations *class_dir_child_ns_type(struct kobject *kobj)
kobj_ns_type_operations   28 fs/nfs/sysfs.c static const struct kobj_ns_type_operations *nfs_netns_object_child_ns_type(
kobj_ns_type_operations  589 include/linux/device.h 	const struct kobj_ns_type_operations *ns_type;
kobj_ns_type_operations  144 include/linux/kobject.h 	const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
kobj_ns_type_operations   48 include/linux/kobject_ns.h int kobj_ns_type_register(const struct kobj_ns_type_operations *ops);
kobj_ns_type_operations   50 include/linux/kobject_ns.h const struct kobj_ns_type_operations *kobj_child_ns_ops(struct kobject *parent);
kobj_ns_type_operations   51 include/linux/kobject_ns.h const struct kobj_ns_type_operations *kobj_ns_ops(struct kobject *kobj);
kobj_ns_type_operations 4455 include/linux/netdevice.h extern const struct kobj_ns_type_operations net_ns_type_operations;
kobj_ns_type_operations   30 lib/kobject.c  	const struct kobj_ns_type_operations *ns_ops = kobj_ns_ops(kobj);
kobj_ns_type_operations   86 lib/kobject.c  	const struct kobj_ns_type_operations *ops;
kobj_ns_type_operations 1012 lib/kobject.c  static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES];
kobj_ns_type_operations 1014 lib/kobject.c  int kobj_ns_type_register(const struct kobj_ns_type_operations *ops)
kobj_ns_type_operations 1053 lib/kobject.c  const struct kobj_ns_type_operations *kobj_child_ns_ops(struct kobject *parent)
kobj_ns_type_operations 1055 lib/kobject.c  	const struct kobj_ns_type_operations *ops = NULL;
kobj_ns_type_operations 1063 lib/kobject.c  const struct kobj_ns_type_operations *kobj_ns_ops(struct kobject *kobj)
kobj_ns_type_operations  238 lib/kobject_uevent.c 	const struct kobj_ns_type_operations *ops;
kobj_ns_type_operations  388 lib/kobject_uevent.c 	const struct kobj_ns_type_operations *ops;
kobj_ns_type_operations 1600 net/core/net-sysfs.c const struct kobj_ns_type_operations net_ns_type_operations = {