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:void __destroy_inode(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
253  BUG_ON(inode_has_buffers(inode))
254  inode_detach_wb(inode)
255  security_inode_free(inode)
256  snotify_inode_delete - and inode is being evicted from cache, clean up is needed
257  s/locks.c
258  If Not i_nlink Then
259  WARN_ON(atomic_long_read( & s_remove_count) == 0)
260  atomic_long_dec( & s_remove_count)
264  If i_acl && Not is_uncached_acl(i_acl) Then Free an ACL handle.
266  If i_default_acl && Not is_uncached_acl(i_default_acl) Then Free an ACL handle.
269  this_cpu_dec(nr_inodes)
Caller
NameDescribe
destroy_inode