Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dkobject.c88 BUG_ON(ops->type >= KOBJ_NS_TYPES); in create_dir()
994 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES];
1004 if (type >= KOBJ_NS_TYPES) in kobj_ns_type_register()
1028 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES)) in kobj_ns_type_registered()
1055 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_current_may_mount()
1068 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_grab_current()
1082 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_netlink()
1095 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_initial()
1106 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_drop()
/linux-6.1.9/Documentation/networking/
Dsysfs-tagging.rst26 and KOBJ_NS_TYPES, and ns will point to the namespace to which it
30 ``void *ns[KOBJ_NS_TYPES]``. When a task in a tagging namespace
/linux-6.1.9/include/linux/
Dkobject_ns.h29 KOBJ_NS_TYPES enumerator