Home
last modified time | relevance | path

Searched refs:KOBJ_NS_TYPES (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/
Dkobject.c111 BUG_ON(ops->type >= KOBJ_NS_TYPES); in create_dir()
986 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES];
996 if (type >= KOBJ_NS_TYPES) in kobj_ns_type_register()
1020 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES)) in kobj_ns_type_registered()
1047 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_current_may_mount()
1060 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_grab_current()
1074 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_netlink()
1087 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_initial()
1098 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_drop()
/linux-4.19.296/include/linux/
Dkobject_ns.h29 KOBJ_NS_TYPES enumerator