Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
Dsysfs.c37 .child_ns_type = nfs_netns_object_child_ns_type,
/kernel/linux/linux-5.10/include/linux/
Dkobject.h143 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj); member
/kernel/linux/linux-5.10/lib/
Dkobject.c1071 if (parent && parent->ktype && parent->ktype->child_ns_type) in kobj_child_ns_ops()
1072 ops = parent->ktype->child_ns_type(parent); in kobj_child_ns_ops()
/kernel/linux/linux-5.10/drivers/base/
Dclass.c81 .child_ns_type = class_child_ns_type,
Dcore.c2498 .child_ns_type = class_dir_child_ns_type
/kernel/linux/linux-5.10/Documentation/core-api/
Dkobject.rst304 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);