Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dsysfs.c37 .child_ns_type = nfs_netns_object_child_ns_type,
/linux/include/linux/
A Dkobject.h142 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj); member
/linux/lib/
A 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()
/linux/Documentation/translations/zh_CN/core-api/
A Dkobject.rst263 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
/linux/drivers/base/
A Dclass.c81 .child_ns_type = class_child_ns_type,
A Dcore.c2930 .child_ns_type = class_dir_child_ns_type
/linux/net/sunrpc/
A Dsysfs.c42 .child_ns_type = rpc_sysfs_object_child_ns_type,
/linux/Documentation/core-api/
A Dkobject.rst304 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);

Completed in 17 milliseconds