Home
last modified time | relevance | path

Searched refs:KOBJ_NS_TYPES (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dkobject.c120 BUG_ON(ops->type >= KOBJ_NS_TYPES); in create_dir()
1039 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES];
1049 if (type >= KOBJ_NS_TYPES) in kobj_ns_type_register()
1073 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES)) in kobj_ns_type_registered()
1100 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_current_may_mount()
1113 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_grab_current()
1127 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_netlink()
1140 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_initial()
1151 if ((type > KOBJ_NS_TYPE_NONE) && (type < KOBJ_NS_TYPES) && in kobj_ns_drop()
/kernel/linux/linux-5.10/include/linux/
H A Dkobject_ns.h29 KOBJ_NS_TYPES enumerator
/kernel/linux/linux-6.6/include/linux/
H A Dkobject_ns.h29 KOBJ_NS_TYPES enumerator
/kernel/linux/linux-6.6/lib/
H A Dkobject.c61 if ((type <= KOBJ_NS_TYPE_NONE) || (type >= KOBJ_NS_TYPES)) in kobj_ns_type_is_valid()
1022 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES];

Completed in 4 milliseconds