| Function report | 
| Source Code: fs\anon_inodes.c | Create Date:2022-07-28 20:19:23 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:anon_inode_init
Proto:static int __init anon_inode_init(void)
Type:int
Parameter:Nothing
| 153 | anon_inode_mnt = kern_mount( & anon_inode_fs_type) | 
| 154 | If IS_ERR(anon_inode_mnt) Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. | 
| 157 | anon_inode_inode = A single inode exists for all anon_inode files. Contrary to pipes,* anon_inode inodes have no associated per-instance data, so we need* only allocate one of them. | 
| 158 | If IS_ERR(anon_inode_inode) Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. | 
| 161 | Return 0 | 
| 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 |