Function report |
Source Code:fs\dcache.c |
Create Date:2022-07-28 20:07:28 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_make_root
Proto:struct dentry *d_make_root(struct inode *root_inode)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | root_inode |
1988 | If root_inode Then |
1989 | res = d_alloc_anon(i_sb) |
1990 | If res Then d_instantiate - fill in inode information for a dentry*@entry: dentry to complete*@inode: inode to attach to this dentry* Fill in inode information in the entry |
1992 | Else put an inode |
1995 | Return res |
Name | Describe |
---|---|
pseudo_fs_fill_super | |
simple_fill_super | he inodes created here are not hashed. If you use iunique to generate* unique inode values later for this filesystem, then you must take care* to pass it an appropriate max_reserved value to avoid collisions. |
devpts_fill_super | |
ramfs_fill_super |
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 |