Function report |
Source Code:fs\dcache.c |
Create Date:2022-07-28 20:07:26 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__d_find_any_alias
Proto:static struct dentry *__d_find_any_alias(struct inode *inode)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
948 | If hlist_empty( & i_dentry) Then Return NULL |
950 | alias = hlist_entry(first, structdentry, d_alias) |
952 | Return alias |
Name | Describe |
---|---|
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 | splice a disconnected dentry into the tree if one exists |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |