Home
last modified time | relevance | path

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

/include/linux/
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 void *kobj_ns_grab_current(enum kobj_ns_type type);
56 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
57 const void *kobj_ns_initial(enum kobj_ns_type type);
58 void kobj_ns_drop(enum kobj_ns_type type, void *ns);
Dsysfs.h27 enum kobj_ns_type;