Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dcache.c Create Date:2022-07-28 20:07:31
Last Modify:2020-03-18 10:27:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:vfs_caches_init

Proto:void __init vfs_caches_init(void)

Type:void

Parameter:Nothing

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()