Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\inode.c Create Date:2022-07-28 20:07:57
Last Modify:2020-03-18 19:19:59 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:get_next_ino

Proto:unsigned int get_next_ino(void)

Type:unsigned int

Parameter:Nothing

892  p = Must be an lvalue. Since @var must be a simple identifier,* we force a syntax error here if it isn't.(last_ino)
893  res = p
904  res++
906  If Value for the false possibility is greater at compile time(!res) Then res++
908  p = res
909  The weird & is necessary because sparse considers (void)(var) to be* a direct dereference of percpu variable (var).(last_ino)
910  Return res
Caller
NameDescribe
__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
alloc_anon_inodeA 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.
bm_get_inode
ramfs_get_inode