Searched refs:kobj_ns_type_operations (Results 1 – 14 of 14) sorted by relevance
39 struct kobj_ns_type_operations { struct48 int kobj_ns_type_register(const struct kobj_ns_type_operations *ops); argument50 const struct kobj_ns_type_operations *kobj_child_ns_ops(const struct kobject *parent);51 const struct kobj_ns_type_operations *kobj_ns_ops(const struct kobject *kobj);
120 const struct kobj_ns_type_operations *(*child_ns_type)(const struct kobject *kobj);
4957 extern const struct kobj_ns_type_operations net_ns_type_operations;
32 const struct kobj_ns_type_operations *ns_ops = kobj_ns_ops(kobj); in kobject_namespace()70 const struct kobj_ns_type_operations *ops; in create_dir()1022 static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES];1024 int kobj_ns_type_register(const struct kobj_ns_type_operations *ops) in kobj_ns_type_register()1059 const struct kobj_ns_type_operations *kobj_child_ns_ops(const struct kobject *parent) in kobj_child_ns_ops()1061 const struct kobj_ns_type_operations *ops = NULL; in kobj_child_ns_ops()1069 const struct kobj_ns_type_operations *kobj_ns_ops(const struct kobject *kobj) in kobj_ns_ops()
238 const struct kobj_ns_type_operations *ops; in kobj_usermode_filter()389 const struct kobj_ns_type_operations *ops; in kobject_uevent_net_broadcast()
66 const struct kobj_ns_type_operations *ns_type;
42 - call kobj_ns_type_register() with its ``kobj_ns_type_operations`` which has
262 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
29 static const struct kobj_ns_type_operations *nfs_netns_object_child_ns_type( in nfs_netns_object_child_ns_type()
110 static const struct kobj_ns_type_operations *class_child_ns_type(const struct kobject *kobj) in class_child_ns_type()
3173 struct kobj_ns_type_operations *class_dir_child_ns_type(const struct kobject *kobj) in class_dir_child_ns_type()
33 static const struct kobj_ns_type_operations *
303 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
1893 const struct kobj_ns_type_operations net_ns_type_operations = {