Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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