函数逻辑报告 |
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 |
函数名称:dget_parent
函数原型:struct dentry *dget_parent(struct dentry *dentry)
返回类型:struct dentry
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dentry * | dentry |
914 | ret等于READ_ONCE( parent directory ) |
917 | 如果此条件成立可能性大(为编译器优化)(gotref)则 |
923 | repeat : |
929 | ret等于 parent directory |
930 | 加自旋锁 |
931 | 如果此条件成立可能性小(为编译器优化)(ret != parent directory )则 |
938 | count自加 |
939 | 自旋锁解锁 |
940 | 返回:ret |
名称 | 描述 |
---|---|
__fsnotify_parent | Notify this dentry's parent about a child's events. |
fscrypt_d_revalidate | Validate dentries in encrypted directories to make sure we aren't potentially* caching stale dentries after a key has been added. |
fscrypt_file_open | scrypt_file_open - prepare to open a possibly-encrypted regular file*@inode: the inode being opened*@filp: the struct file being set up* Currently, an encrypted regular file can only be opened if its encryption key |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |