kobj_ns_type       41 include/linux/kobject_ns.h 	enum kobj_ns_type type;
kobj_ns_type       50 include/linux/kobject_ns.h int kobj_ns_type_registered(enum kobj_ns_type type);
kobj_ns_type       54 include/linux/kobject_ns.h bool kobj_ns_current_may_mount(enum kobj_ns_type type);
kobj_ns_type       55 include/linux/kobject_ns.h void *kobj_ns_grab_current(enum kobj_ns_type type);
kobj_ns_type       56 include/linux/kobject_ns.h const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
kobj_ns_type       57 include/linux/kobject_ns.h const void *kobj_ns_initial(enum kobj_ns_type type);
kobj_ns_type       58 include/linux/kobject_ns.h void kobj_ns_drop(enum kobj_ns_type type, void *ns);
kobj_ns_type       27 include/linux/sysfs.h enum kobj_ns_type;