Function report | 
Source Code:security\integrity\iint.c | 
Create Date:2022-07-28 19:56:03 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__integrity_iint_find - return the iint associated with an inode
Proto:static struct integrity_iint_cache *__integrity_iint_find(struct inode *inode)
Type:struct integrity_iint_cache
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct inode * | inode | 
| 39 | iint = rb_entry(n, structintegrity_iint_cache, rb_node) | 
| 41 | If inode < ack pointer to inode in question Then n = rb_left | 
| 43 | Else if inode > ack pointer to inode in question Then n = rb_right | 
| 45 | Else Break | 
| 48 | If Not n Then Return NULL | 
| 51 | Return iint | 
| Name | Describe | 
|---|---|
| integrity_iint_find | grity_iint_find - return the iint associated with an inode | 
| integrity_inode_free | grity_inode_free - called on security_inode_free*@inode: pointer to the inode* Free the integrity information(iint) associated with an 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  |