kobj_ns_type
enum kobj_ns_type type;
int kobj_ns_type_registered(enum kobj_ns_type type);
bool kobj_ns_current_may_mount(enum kobj_ns_type type);
void *kobj_ns_grab_current(enum kobj_ns_type type);
void kobj_ns_drop(enum kobj_ns_type type, void *ns);
enum kobj_ns_type;
enum kobj_ns_type type = ops->type;
int kobj_ns_type_registered(enum kobj_ns_type type)
bool kobj_ns_current_may_mount(enum kobj_ns_type type)
void *kobj_ns_grab_current(enum kobj_ns_type type)
void kobj_ns_drop(enum kobj_ns_type type, void *ns)
static bool kobj_ns_type_is_valid(enum kobj_ns_type type)