Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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;
/kernel/linux/linux-6.6/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;
/kernel/linux/linux-6.6/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 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk) in kobj_ns_netlink()
1111 const void *kobj_ns_initial(enum kobj_ns_type type) in kobj_ns_initial()
1123 void kobj_ns_drop(enum kobj_ns_type type, void *ns) in kobj_ns_drop()
/kernel/linux/linux-5.10/lib/
H A Dkobject.c1043 enum kobj_ns_type type = ops->type; in kobj_ns_type_register()
1068 int kobj_ns_type_registered(enum kobj_ns_type type) in kobj_ns_type_registered()
1095 bool kobj_ns_current_may_mount(enum kobj_ns_type type) in kobj_ns_current_may_mount()
1108 void *kobj_ns_grab_current(enum kobj_ns_type type) in kobj_ns_grab_current()
1122 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk) in kobj_ns_netlink()
1135 const void *kobj_ns_initial(enum kobj_ns_type type) in kobj_ns_initial()
1148 void kobj_ns_drop(enum kobj_ns_type type, void *ns) in kobj_ns_drop()

Completed in 8 milliseconds