Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:populate_dir - populate directory with attributes

Proto:static int populate_dir(struct kobject *kobj)

Type:int

Parameter:

TypeParameterName
struct kobject *kobj
68  t = get_ktype(kobj)
70  error = 0
73  If t && use default_groups instead Then
74  When (attr = use default_groups instead [i]) != NULL cycle
76  If error Then Break
80  Return error
Caller
NameDescribe
create_dir