Home
last modified time | relevance | path

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

/lib/
Dkobject.c1039 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES]; variable
1057 if (kobj_ns_ops_tbl[type]) in kobj_ns_type_register()
1061 kobj_ns_ops_tbl[type] = ops; in kobj_ns_type_register()
1074 registered = kobj_ns_ops_tbl[type] != NULL; in kobj_ns_type_registered()
1101 kobj_ns_ops_tbl[type]) in kobj_ns_current_may_mount()
1102 may_mount = kobj_ns_ops_tbl[type]->current_may_mount(); in kobj_ns_current_may_mount()
1114 kobj_ns_ops_tbl[type]) in kobj_ns_grab_current()
1115 ns = kobj_ns_ops_tbl[type]->grab_current_ns(); in kobj_ns_grab_current()
1128 kobj_ns_ops_tbl[type]) in kobj_ns_netlink()
1129 ns = kobj_ns_ops_tbl[type]->netlink_ns(sk); in kobj_ns_netlink()
[all …]