Home
last modified time | relevance | path

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

/linux-2.6.39/security/integrity/ima/
Dima_iint.c87 struct ima_iint_cache *new_iint, *test_iint; in ima_inode_alloc() local
90 new_iint = kmem_cache_alloc(iint_cache, GFP_NOFS); in ima_inode_alloc()
91 if (!new_iint) in ima_inode_alloc()
94 new_iint->inode = inode; in ima_inode_alloc()
95 new_node = &new_iint->rb_node; in ima_inode_alloc()
125 iint_free(new_iint); in ima_inode_alloc()