函数逻辑报告 |
Source Code:fs\dcache.c |
Create Date:2022-07-29 10:37:28 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__d_find_any_alias
函数原型:static struct dentry *__d_find_any_alias(struct inode *inode)
返回类型:struct dentry
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
948 | 如果hlist_empty( & i_dentry)则返回:NULL |
950 | alias等于hlist_entry(first, structdentry, d_alias) |
952 | 返回:alias |
名称 | 描述 |
---|---|
d_find_any_alias | d_find_any_alias - find any alias for a given inode*@inode: inode to find an alias for* If any aliases exist for the given inode, take and return a* reference for one of them. If no aliases exist, return %NULL. |
__d_find_alias | d_find_alias - grab a hashed alias of inode*@inode: inode in question* If inode has a hashed alias, or is a directory and has any alias,* acquire the reference to alias and return it |
__d_instantiate_anon | |
d_splice_alias | 链接目录项 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |