Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:shrink dcache for a superblock

Proto:void shrink_dcache_sb(struct super_block *sb)

Type:void

Parameter:

TypeParameterName
struct super_block *sb
1237  Do
1238  LIST_HEAD(dispose)
1240  list_lru_walk( & s_dentry_lru, dentry_lru_isolate_shrink, & dispose, 1024)
1242  shrink_dentry_list( & dispose)
1243  When list_lru_count( & s_dentry_lru) > 0 cycle
Caller
NameDescribe
__invalidate_device