Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_failed - Mark an under-construction inode as dead and release it*@inode: The inode to discard* Mark an under-construction inode as dead and release it.

Proto:void iget_failed(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
239  mark an inode bad due to an I/O error
240  lock_new_inode - clear the I_NEW state and wake up any waiters*@inode: new inode to unlock* Called when the inode is fully initialised to clear the new state of the* inode and wake up anyone waiting for the inode to finish initialisation.
241  put an inode