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:lockdep_annotate_inode_mutex_key

Proto:void lockdep_annotate_inode_mutex_key(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
965  If S_ISDIR(i_mode) Then
966  type = s_type
969  If lockdep_match_class( & i_rwsem, & i_mutex_key) Then
974  init_rwsem( & i_rwsem)
Caller
NameDescribe
unlock_new_inodelock_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.
discard_new_inode