Symbol: kobj_ns_type_operations
drivers/base/class.c
110
static const struct kobj_ns_type_operations *class_child_ns_type(const struct kobject *kobj)
drivers/base/core.c
3207
struct kobj_ns_type_operations *class_dir_child_ns_type(const struct kobject *kobj)
fs/nfs/sysfs.c
30
static const struct kobj_ns_type_operations *nfs_netns_object_child_ns_type(
include/linux/device/class.h
64
const struct kobj_ns_type_operations *ns_type;
include/linux/kobject.h
120
const struct kobj_ns_type_operations *(*child_ns_type)(const struct kobject *kobj);
include/linux/kobject_ns.h
48
int kobj_ns_type_register(const struct kobj_ns_type_operations *ops);
include/linux/kobject_ns.h
50
const struct kobj_ns_type_operations *kobj_child_ns_ops(const struct kobject *parent);
include/linux/kobject_ns.h
51
const struct kobj_ns_type_operations *kobj_ns_ops(const struct kobject *kobj);
include/linux/netdevice.h
5346
extern const struct kobj_ns_type_operations net_ns_type_operations;
lib/kobject.c
1022
static const struct kobj_ns_type_operations *kobj_ns_ops_tbl[KOBJ_NS_TYPES];
lib/kobject.c
1024
int kobj_ns_type_register(const struct kobj_ns_type_operations *ops)
lib/kobject.c
1059
const struct kobj_ns_type_operations *kobj_child_ns_ops(const struct kobject *parent)
lib/kobject.c
1061
const struct kobj_ns_type_operations *ops = NULL;
lib/kobject.c
1069
const struct kobj_ns_type_operations *kobj_ns_ops(const struct kobject *kobj)
lib/kobject.c
32
const struct kobj_ns_type_operations *ns_ops = kobj_ns_ops(kobj);
lib/kobject.c
70
const struct kobj_ns_type_operations *ops;
lib/kobject_uevent.c
237
const struct kobj_ns_type_operations *ops;
lib/kobject_uevent.c
390
const struct kobj_ns_type_operations *ops;
net/core/net-sysfs.c
2208
const struct kobj_ns_type_operations net_ns_type_operations = {
net/sunrpc/sysfs.c
33
static const struct kobj_ns_type_operations *