函数逻辑报告 |
Source Code:fs\dcache.c |
Create Date:2022-07-29 10:37:35 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:d_exact_alias - find and hash an exact unhashed alias*@entry: dentry to add*@inode: The inode to go with this dentry* If an unhashed dentry with the same name/parent and desired* inode already exists, hash and return it. Otherwise, return* NULL.
函数原型:struct dentry *d_exact_alias(struct dentry *entry, struct inode *inode)
返回类型:struct dentry
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dentry * | entry | |
struct inode * | inode |
2702 | 加自旋锁 |
2711 | 如果 parent directory 不等于 parent directory 则继续下一循环 |
2713 | 如果非d_same_name(alias, parent directory , & d_name)则继续下一循环 |
2715 | 加自旋锁 |
2716 | 如果非目录项存在于哈希中则 |
2719 | 否则 |
2724 | 自旋锁解锁 |
2725 | 返回:alias |
2727 | 自旋锁解锁 |
2728 | 返回:NULL |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |