Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct inode *inode
36  n = rb_node
38  When n cycle
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
Caller
NameDescribe
integrity_iint_findgrity_iint_find - return the iint associated with an inode
integrity_inode_freegrity_inode_free - called on security_inode_free*@inode: pointer to the inode* Free the integrity information(iint) associated with an inode.