Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name: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.

Proto:void unlock_new_inode(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
992  lockdep_annotate_inode_mutex_key(inode)
993  spin_lock( & _blocks, i_bytes, maybe i_size )
994  WARN_ON(!(Misc & Serves as both a mutex and completion notification))
995  Misc &= ~Serves as both a mutex and completion notification & ~I_CREATING
996  smp_mb()
997  wake_up_bit - wake up a waiter on a bit*@word: the word being waited on, a kernel virtual address*@bit: the bit of the word being waited on* There is a standard hashed waitqueue table for generic use
998  spin_unlock( & _blocks, i_bytes, maybe i_size )
Caller
NameDescribe
iget_failedget_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.
bdget