Function report |
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 activity | Download SCCT | Chinese |
Name:__destroy_inode
Proto:void __destroy_inode(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
253 | BUG_ON(inode_has_buffers(inode)) |
254 | inode_detach_wb(inode) |
255 | security_inode_free(inode) |
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) |
Name | Describe |
---|---|
destroy_inode |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |