Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:destroy_inode

Proto:static void destroy_inode(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
275  ops = s_op
277  BUG_ON(!list_empty - tests whether a list is empty*@head: the list to test.)
278  __destroy_inode(inode)
279  If destroy_inode Then
280  destroy_inode(inode)
281  If Not free_inode Then Return
284  free_inode = free_inode
285  Post an RCU callback to be invoked after the end of an RCU grace* period. But since we have but one CPU, that would be after any* quiescent state.
Caller
NameDescribe
evictFree the inode passed in, removing it from the lists it is still connected* to
iget5_lockedobtain an inode from a mounted file system
iget_lockedobtain an inode from a mounted file system