Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:inode_lru_list_add

Proto:static void inode_lru_list_add(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
426  If list_lru_add( & s_inode_lru, & de LRU list ) Then this_cpu_inc(nr_unused)
428  Else Misc |= Marks the inode as recently references on the LRU list
Caller
NameDescribe
inode_add_lruAdd inode to LRU if needed (inode is unused and clean).* Needs inode->i_lock held.