Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dkobject.c1026 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES]; variable
1044 if (kobj_ns_ops_tbl[type]) in kobj_ns_type_register()
1048 kobj_ns_ops_tbl[type] = ops; in kobj_ns_type_register()
1061 registered = kobj_ns_ops_tbl[type] != NULL; in kobj_ns_type_registered()
1088 kobj_ns_ops_tbl[type]) in kobj_ns_current_may_mount()
1089 may_mount = kobj_ns_ops_tbl[type]->current_may_mount(); in kobj_ns_current_may_mount()
1101 kobj_ns_ops_tbl[type]) in kobj_ns_grab_current()
1102 ns = kobj_ns_ops_tbl[type]->grab_current_ns(); in kobj_ns_grab_current()
1115 kobj_ns_ops_tbl[type]) in kobj_ns_netlink()
1116 ns = kobj_ns_ops_tbl[type]->netlink_ns(sk); in kobj_ns_netlink()
[all …]