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_sb_list_del

Proto:static inline void inode_sb_list_del(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
467  If Not list_empty - tests whether a list is empty*@head: the list to test. Then
468  spin_lock( & s_inode_list_lock)
469  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
470  spin_unlock( & s_inode_list_lock)
Caller
NameDescribe
evictFree the inode passed in, removing it from the lists it is still connected* to