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

/linux-master/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 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
56 const void *kobj_ns_initial(enum kobj_ns_type type);
57 void kobj_ns_drop(enum kobj_ns_type type, void *ns);
H A Dsysfs.h28 enum kobj_ns_type;
/linux-master/lib/
H A Dkobject.c59 static bool kobj_ns_type_is_valid(enum kobj_ns_type type)
1026 enum kobj_ns_type type = ops->type;
1047 int kobj_ns_type_registered(enum kobj_ns_type type)
1074 bool kobj_ns_current_may_mount(enum kobj_ns_type type)
1086 void *kobj_ns_grab_current(enum kobj_ns_type type)
1099 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk)
1111 const void *kobj_ns_initial(enum kobj_ns_type type)
1123 void kobj_ns_drop(enum kobj_ns_type type, void *ns)

Completed in 275 milliseconds