Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:d_make_root

Proto:struct dentry *d_make_root(struct inode *root_inode)

Type:struct dentry

Parameter:

TypeParameterName
struct inode *root_inode
1986  struct dentry * res = NULL
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
Caller
NameDescribe
pseudo_fs_fill_super
simple_fill_superhe 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