Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kernfs_path - build full path of a given node*@kn: kernfs_node of interest*@buf: buffer to copy @kn's name into*@buflen: size of @buf* If @kn is NULL result will be "(null)"

Proto:static inline int kernfs_path(struct kernfs_node *kn, char *buf, size_t buflen)

Type:int

Parameter:

TypeParameterName
struct kernfs_node *kn
char *buf
size_tbuflen
535  Return kernfs_path_from_node(kn, NULL, buf, buflen)
Caller
NameDescribe
cgroup_path_from_kernfs_id