Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dkobject.c957 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES]; variable
975 if (kobj_ns_ops_tbl[type]) in kobj_ns_type_register()
979 kobj_ns_ops_tbl[type] = ops; in kobj_ns_type_register()
992 registered = kobj_ns_ops_tbl[type] != NULL; in kobj_ns_type_registered()
1019 kobj_ns_ops_tbl[type]) in kobj_ns_current_may_mount()
1020 may_mount = kobj_ns_ops_tbl[type]->current_may_mount(); in kobj_ns_current_may_mount()
1032 kobj_ns_ops_tbl[type]) in kobj_ns_grab_current()
1033 ns = kobj_ns_ops_tbl[type]->grab_current_ns(); in kobj_ns_grab_current()
1045 kobj_ns_ops_tbl[type]) in kobj_ns_netlink()
1046 ns = kobj_ns_ops_tbl[type]->netlink_ns(sk); in kobj_ns_netlink()
[all …]