函数逻辑报告 |
Source Code:fs\d_path.c |
Create Date:2022-07-29 10:42:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:prepend_name - prepend a pathname in front of current buffer pointer*@buffer: buffer pointer*@buflen: allocated length of the buffer*@name: name string and length qstr structure* With RCU path tracing, it may race with d_move()
函数原型:static int prepend_name(char **buffer, int *buflen, const struct qstr *name)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
char ** | buffer | |
int * | buflen | |
const struct qstr * | name |
40 | dname等于smp_load_acquire( & name) |
45 | 如果buflen小于0则返回:负ENAMETOOLONG |
48 | p自加等于'/' |
55 | 返回:0 |
名称 | 描述 |
---|---|
prepend_path | prepend_path - Prepend path string to a buffer*@path: the dentry/vfsmount to report*@root: root vfsmnt/dentry*@buffer: pointer to the end of the buffer*@buflen: pointer to buffer length* The function will first try to write out the pathname without taking |
__dentry_path | Write full pathname from the root of the filesystem into the buffer. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |