Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkobject_ns.h39 struct kobj_ns_type_operations { struct
48 int kobj_ns_type_register(const struct kobj_ns_type_operations *ops); argument
50 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);
H A Dkobject.h120 const struct kobj_ns_type_operations *(*child_ns_type)(const struct kobject *kobj);
H A Dnetdevice.h4908 extern const struct kobj_ns_type_operations net_ns_type_operations;
/linux/lib/
H A Dkobject.c32 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()
H A Dkobject_uevent.c237 const struct kobj_ns_type_operations *ops; in kobj_usermode_filter()
390 const struct kobj_ns_type_operations *ops; in kobject_uevent_net_broadcast()
/linux/Documentation/networking/
H A Dsysfs-tagging.rst42 - call kobj_ns_type_register() with its ``kobj_ns_type_operations`` which has
/linux/include/linux/device/
H A Dclass.h64 const struct kobj_ns_type_operations *ns_type;
/linux/Documentation/translations/zh_CN/core-api/
H A Dkobject.rst262 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
/linux/fs/nfs/
H A Dsysfs.c29 static const struct kobj_ns_type_operations *nfs_netns_object_child_ns_type( in nfs_netns_object_child_ns_type()
/linux/drivers/base/
H A Dclass.c110 static const struct kobj_ns_type_operations *class_child_ns_type(const struct kobject *kobj) in class_child_ns_type()
H A Dcore.c3237 struct kobj_ns_type_operations *class_dir_child_ns_type(const struct kobject *kobj) in class_dir_child_ns_type()
/linux/net/sunrpc/
H A Dsysfs.c33 static const struct kobj_ns_type_operations *
/linux/Documentation/core-api/
H A Dkobject.rst303 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
/linux/net/core/
H A Dnet-sysfs.c1987 const struct kobj_ns_type_operations net_ns_type_operations = {