函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\inode.c Create Date:2022-07-29 10:38:02
Last Modify:2020-03-18 19:19:59 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__remove_inode_hash - remove an inode from the hash*@inode: inode to unhash* Remove an inode from the superblock.

函数原型:void __remove_inode_hash(struct inode *inode)

返回类型:void

参数:

类型参数名称
struct inode *inode
512  加自旋锁
513  加自旋锁
514  hlist_del_init( & i_hash)
515  自旋锁解锁
516  自旋锁解锁
调用者
名称描述
remove_inode_hash从哈希表中移除索引节点