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:__remove_inode_hash - remove an inode from the hash*@inode: inode to unhash* Remove an inode from the superblock.

Proto:void __remove_inode_hash(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
512  spin_lock( & inode_hash_lock)
513  spin_lock( & _blocks, i_bytes, maybe i_size )
514  hlist_del_init( & i_hash)
515  spin_unlock( & _blocks, i_bytes, maybe i_size )
516  spin_unlock( & inode_hash_lock)
Caller
NameDescribe
remove_inode_hashremove an inode from the hash