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_walk_and_get

Proto:static inline struct kernfs_node *kernfs_walk_and_get(struct kernfs_node *kn, const char *path)

Type:struct kernfs_node

Parameter:

TypeParameterName
struct kernfs_node *kn
const char *path
547  Return kernfs_walk_and_get_ns(kn, path, NULL)
Caller
NameDescribe
cgroup_get_from_pathgroup_get_from_path - lookup and get a cgroup from its default hierarchy path*@path: path on the default hierarchy* Find the cgroup at @path on the default hierarchy, increment its* reference count and return it