Home
last modified time | relevance | path

Searched refs:test_iint (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/integrity/
H A Diint.c128 struct integrity_iint_cache *iint, *test_iint; in integrity_inode_get() local
145 test_iint = rb_entry(parent, struct integrity_iint_cache, in integrity_inode_get()
147 if (inode < test_iint->inode) { in integrity_inode_get()
149 } else if (inode > test_iint->inode) { in integrity_inode_get()
154 return test_iint; in integrity_inode_get()