Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkobject_ns.h27 KOBJ_NS_TYPE_NONE = 0, enumerator
/linux/Documentation/networking/
H A Dsysfs-tagging.rst25 then ``kernfs_node->flags`` will have a flag between KOBJ_NS_TYPE_NONE
/linux/lib/
H A Dkobject.c34 if (!ns_ops || ns_ops->type == KOBJ_NS_TYPE_NONE) in kobject_namespace()
61 if ((type <= KOBJ_NS_TYPE_NONE) || (type >= KOBJ_NS_TYPES)) in kobj_ns_type_is_valid()