函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-29 10:37:37
Last Modify:2020-03-18 10:27:32 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:虚拟文件系统缓存初始化

函数原型:void __init vfs_caches_init(void)

返回类型:void

参数:

3208  SLAB cache for __getname() consumers 等于kmem_cache_create_usercopy - Create a cache with a region suitable* for copying to userspace*@name: A string which is used in /proc/slabinfo to identify this cache.*@size: The size of objects to be created in this cache.
3211  dcache_init()
3212  inode_init()
3213  files_init()
3214  One file with associated inode and dcache is very roughly 1K. Per default* do not use more than 10% of our memory for files.
3215  mnt_init()
3216  lock_dev.c
3217  chrdev_init()
调用者
名称描述
start_kernel启动内核