Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\kobject.c Create Date:2022-07-28 06:16:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kobj_child_ns_ops

Proto:const struct kobj_ns_type_operations *kobj_child_ns_ops(struct kobject *parent)

Type:struct kobj_ns_type_operations

Parameter:

TypeParameterName
struct kobject *parent
1055  const struct kobj_ns_type_operations * ops = NULL
1057  If parent && ktype && child_ns_type Then ops = child_ns_type(parent)
1060  Return ops
Caller
NameDescribe
create_dir
kobj_ns_ops