kobj_ns_type       40 include/linux/kobject_ns.h 	enum kobj_ns_type type;
kobj_ns_type       49 include/linux/kobject_ns.h int kobj_ns_type_registered(enum kobj_ns_type type);
kobj_ns_type       53 include/linux/kobject_ns.h bool kobj_ns_current_may_mount(enum kobj_ns_type type);
kobj_ns_type       54 include/linux/kobject_ns.h void *kobj_ns_grab_current(enum kobj_ns_type type);
kobj_ns_type       55 include/linux/kobject_ns.h const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
kobj_ns_type       56 include/linux/kobject_ns.h const void *kobj_ns_initial(enum kobj_ns_type type);
kobj_ns_type       57 include/linux/kobject_ns.h void kobj_ns_drop(enum kobj_ns_type type, void *ns);
kobj_ns_type       28 include/linux/sysfs.h enum kobj_ns_type;
kobj_ns_type     1016 lib/kobject.c  	enum kobj_ns_type type = ops->type;
kobj_ns_type     1041 lib/kobject.c  int kobj_ns_type_registered(enum kobj_ns_type type)
kobj_ns_type     1068 lib/kobject.c  bool kobj_ns_current_may_mount(enum kobj_ns_type type)
kobj_ns_type     1081 lib/kobject.c  void *kobj_ns_grab_current(enum kobj_ns_type type)
kobj_ns_type     1095 lib/kobject.c  const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk)
kobj_ns_type     1108 lib/kobject.c  const void *kobj_ns_initial(enum kobj_ns_type type)
kobj_ns_type     1121 lib/kobject.c  void kobj_ns_drop(enum kobj_ns_type type, void *ns)