Home
last modified time | relevance | path

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

/linux/lib/
H A Dkobject.c1022 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES]; variable
1036 if (kobj_ns_ops_tbl[type]) in kobj_ns_type_register()
1040 kobj_ns_ops_tbl[type] = ops; in kobj_ns_type_register()
1053 registered = kobj_ns_ops_tbl[type] != NULL; in kobj_ns_type_registered()
1079 if (kobj_ns_type_is_valid(type) && kobj_ns_ops_tbl[type]) in kobj_ns_current_may_mount()
1080 may_mount = kobj_ns_ops_tbl[type]->current_may_mount(); in kobj_ns_current_may_mount()
1091 if (kobj_ns_type_is_valid(type) && kobj_ns_ops_tbl[type]) in kobj_ns_grab_current()
1092 ns = kobj_ns_ops_tbl[type]->grab_current_ns(); in kobj_ns_grab_current()
1104 if (kobj_ns_type_is_valid(type) && kobj_ns_ops_tbl[type]) in kobj_ns_netlink()
1105 ns = kobj_ns_ops_tbl[type]->netlink_ns(sk); in kobj_ns_netlink()
[all …]