函数逻辑报告 | 
Source Code:fs\dcache.c | 
Create Date:2022-07-29 10:37:36 | 
| Last Modify:2020-03-18 10:27:32 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:d_ancestor - search for an ancestor*@p1: ancestor dentry*@p2: child dentry* Returns the ancestor dentry of p2 which is a child of p1, if p1 is* an ancestor of p2, else NULL.
函数原型:struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2)
返回类型:struct dentry
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct dentry * | p1 | |
| struct dentry * | p2 | 
| 2933 | 如果 parent directory 恒等于p1则返回:p | 
| 2936 | 返回:NULL | 
| 名称 | 描述 | 
|---|---|
| lock_rename | p1 and p2 should be directories on the same fs. | 
| __d_move | __d_move - move a dentry*@dentry: entry to move*@target: new dentry*@exchange: exchange the two dentries* Update the dcache to reflect the move of a file name | 
| d_splice_alias | 链接目录项 | 
| is_subdir | 是子目录 | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |