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_alias
Proto:static struct dentry *__d_obtain_alias(struct inode *inode, bool disconnected)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
bool | disconnected |
2059 | tmp = d_alloc_anon(i_sb) |
2060 | If Not tmp Then |
2065 | Return __d_instantiate_anon(tmp, inode, disconnected) |
2067 | out_iput : |
2068 | put an inode |
2069 | Return res |
Name | Describe |
---|---|
d_obtain_alias | d_obtain_alias - find or allocate a DISCONNECTED dentry for a given inode*@inode: inode to allocate the dentry for* Obtain a dentry for an inode resulting from NFS filehandle conversion or* similar open by handle operations |
d_obtain_root | 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 |
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 |