Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\block_dev.c Create Date:2022-07-28 20:14:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:If there is a bdev inode for this device, unhash it so that it gets evicted* as soon as last inode reference is dropped.

Proto:void bdev_unhash_inode(dev_t dev)

Type:void

Parameter:

TypeParameterName
dev_tdev
893  inode = search for an inode in the inode cache
894  If inode Then
895  remove an inode from the hash
896  put an inode
Caller
NameDescribe
del_gendisk