Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dkobject.c994 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES]; variable
1012 if (kobj_ns_ops_tbl[type]) in kobj_ns_type_register()
1016 kobj_ns_ops_tbl[type] = ops; in kobj_ns_type_register()
1029 registered = kobj_ns_ops_tbl[type] != NULL; in kobj_ns_type_registered()
1056 kobj_ns_ops_tbl[type]) in kobj_ns_current_may_mount()
1057 may_mount = kobj_ns_ops_tbl[type]->current_may_mount(); in kobj_ns_current_may_mount()
1069 kobj_ns_ops_tbl[type]) in kobj_ns_grab_current()
1070 ns = kobj_ns_ops_tbl[type]->grab_current_ns(); in kobj_ns_grab_current()
1083 kobj_ns_ops_tbl[type]) in kobj_ns_netlink()
1084 ns = kobj_ns_ops_tbl[type]->netlink_ns(sk); in kobj_ns_netlink()
[all …]