Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkobject_ns.h26 enum kobj_ns_type { enum
40 enum kobj_ns_type type;
49 int kobj_ns_type_registered(enum kobj_ns_type type);
53 bool kobj_ns_current_may_mount(enum kobj_ns_type type);
54 void *kobj_ns_grab_current(enum kobj_ns_type type);
55 void kobj_ns_drop(enum kobj_ns_type type, void *ns);
/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 void *kobj_ns_grab_current(enum kobj_ns_type type) in kobj_ns_grab_current()
1099 void kobj_ns_drop(enum kobj_ns_type type, void *ns) in kobj_ns_netlink()
/linux/Documentation/networking/
H A Dsysfs-tagging.rst41 - define a type in the ``kobj_ns_type`` enumeration.