Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fs.h Create Date:2022-07-28 05:43:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:remove an inode from the hash

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

Type:void

Parameter:

TypeParameterName
struct inode *inode
3078  If Not inode_unhashed(inode) && Not hlist_fake( & i_hash) Then __remove_inode_hash - remove an inode from the hash*@inode: inode to unhash* Remove an inode from the superblock.
Caller
NameDescribe
evictFree the inode passed in, removing it from the lists it is still connected* to
make_bad_inodemark an inode bad due to an I/O error
bdev_unhash_inodeIf there is a bdev inode for this device, unhash it so that it gets evicted* as soon as last inode reference is dropped.