Lines Matching refs:ima_iint_cache
32 static struct ima_iint_cache *__ima_iint_find(struct inode *inode) in __ima_iint_find()
34 struct ima_iint_cache *iint; in __ima_iint_find()
40 iint = rb_entry(n, struct ima_iint_cache, rb_node); in __ima_iint_find()
58 struct ima_iint_cache *ima_iint_find(struct inode *inode) in ima_iint_find()
60 struct ima_iint_cache *iint; in ima_iint_find()
72 static void iint_free(struct ima_iint_cache *iint) in iint_free()
87 struct ima_iint_cache *new_iint, *test_iint; in ima_inode_alloc()
103 test_iint = rb_entry(parent, struct ima_iint_cache, rb_node); in ima_inode_alloc()
138 struct ima_iint_cache *iint; in ima_inode_free()
153 struct ima_iint_cache *iint = foo; in init_once()
164 kmem_cache_create("iint_cache", sizeof(struct ima_iint_cache), 0, in ima_iintcache_init()