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_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

Proto:void d_instantiate(struct dentry *entry, struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct dentry *entry
struct inode *inode
1952  BUG_ON(!hlist_unhashed( & de alias list ))
1953  If inode Then
1954  security_d_instantiate(entry, inode)
1955  spin_lock( & _blocks, i_bytes, maybe i_size )
1956  __d_instantiate(entry, inode)
1957  spin_unlock( & _blocks, i_bytes, maybe i_size )
Caller
NameDescribe
securityfs_create_dentrysecurityfs_create_dentry - create a dentry in the securityfs filesystem*@name: a pointer to a string containing the name of the file to create.*@mode: the permission that the file should have*@parent: a pointer to the parent dentry for this file
__aafs_setup_d_inode__aafs_setup_d_inode - basic inode setup for apparmorfs*@dir: parent directory for the dentry*@dentry: dentry we are seting the inode up for*@mode: permissions the file should have*@data: data to store on inode
aa_mk_null_file
d_make_root
d_tmpfile
simple_link
__ns_get_path
bm_register_write/register
ramfs_mknodSMP-safe
ramfs_symlink