Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dsysfs.c38 .child_ns_type = nfs_netns_object_child_ns_type,
309 .child_ns_type = nfs_netns_object_child_ns_type,
/openbmc/linux/include/linux/
H A Dkobject.h120 const struct kobj_ns_type_operations *(*child_ns_type)(const struct kobject *kobj); member
/openbmc/linux/lib/
H A Dkobject.c1063 if (parent && parent->ktype && parent->ktype->child_ns_type) in kobj_child_ns_ops()
1064 ops = parent->ktype->child_ns_type(parent); in kobj_child_ns_ops()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dkobject.rst262 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
/openbmc/linux/drivers/base/
H A Dclass.c126 .child_ns_type = class_child_ns_type,
H A Dcore.c3181 .child_ns_type = class_dir_child_ns_type
/openbmc/linux/net/sunrpc/
H A Dsysfs.c42 .child_ns_type = rpc_sysfs_object_child_ns_type,
/openbmc/linux/Documentation/core-api/
H A Dkobject.rst303 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);