Home
last modified time | relevance | path

Searched refs:kobj_ns_type (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dkobject_ns.h27 enum kobj_ns_type { enum
41 enum kobj_ns_type type;
50 int kobj_ns_type_registered(enum kobj_ns_type type);
54 bool kobj_ns_current_may_mount(enum kobj_ns_type type);
55 struct ns_common *kobj_ns_grab_current(enum kobj_ns_type type);
56 void kobj_ns_drop(enum kobj_ns_type type, struct ns_common *ns);
H A Dsysfs.h28 enum kobj_ns_type;
/linux/lib/
H A Dkobject.c59 static bool kobj_ns_type_is_valid(enum kobj_ns_type type) in kobj_ns_type_is_valid()
1026 enum kobj_ns_type type = ops->type; in kobj_ns_type_register()
1047 int kobj_ns_type_registered(enum kobj_ns_type type) in kobj_ns_type_registered()
1074 bool kobj_ns_current_may_mount(enum kobj_ns_type type) in kobj_ns_current_may_mount()
1086 struct ns_common *kobj_ns_grab_current(enum kobj_ns_type type) in kobj_ns_grab_current()
1099 void kobj_ns_drop(enum kobj_ns_type type, struct ns_common *ns) in kobj_ns_drop()
/linux/Documentation/networking/
H A Dsysfs-tagging.rst41 - define a type in the ``kobj_ns_type`` enumeration.