Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\kernfs.h Create Date:2022-07-28 05:44:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kernfs_create_dir

Proto:static inline struct kernfs_node *kernfs_create_dir(struct kernfs_node *parent, const char *name, umode_t mode, void *priv)

Type:struct kernfs_node

Parameter:

TypeParameterName
struct kernfs_node *parent
const char *name
umode_tmode
void *priv
554  Return kernfs_create_dir_ns(parent, name, mode, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, priv, NULL)
Caller
NameDescribe
rdtgroup_mkdir_info_resdir
rdtgroup_create_info_dir
mongroup_create_dir
mkdir_mondata_subdir
mkdir_rdt_prepare
cgroup_createThe returned cgroup is fully initialized including its control mask, but* it isn't associated with its kernfs_node and doesn't have the control* mask applied.