函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fs.h Create Date:2022-07-27 06:44:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:从哈希表中移除索引节点

函数原型:static inline void remove_inode_hash(struct inode *inode)

返回类型:void

参数:

类型参数名称
struct inode *inode
3078  如果非inode_unhashed(inode)且非hlist_fake( & i_hash)则__remove_inode_hash - remove an inode from the hash*@inode: inode to unhash* Remove an inode from the superblock.
调用者
名称描述
evictFree the inode passed in, removing it from the lists it is still connected* to
make_bad_inode标记索引节点错误
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.