Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct kernfs_node * | kn | |
char * | buf | |
size_t | buflen |
535 | Return kernfs_path_from_node(kn, NULL, buf, buflen) |
Name | Describe |
---|---|
cgroup_path_from_kernfs_id |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |