Function report |
Source Code:fs\dcache.c |
Create Date:2022-07-28 20:07:29 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_obtain_root - find or allocate a dentry for a given inode*@inode: inode to allocate the dentry for* Obtain an IS_ROOT dentry for the root of a filesystem.* We must ensure that directory inodes only ever have one dentry. If a
Proto:struct dentry *d_obtain_root(struct inode *inode)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
2113 | Return __d_obtain_alias(inode, false) |
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 |