Lines Matching refs:ima_iint_cache
16 static struct kmem_cache *ima_iint_cache __ro_after_init;
27 struct ima_iint_cache *ima_iint_find(struct inode *inode) in ima_iint_find()
43 static inline void ima_iint_lockdep_annotate(struct ima_iint_cache *iint, in ima_iint_lockdep_annotate()
58 static void ima_iint_init_always(struct ima_iint_cache *iint, in ima_iint_init_always()
75 static void ima_iint_free(struct ima_iint_cache *iint) in ima_iint_free()
79 kmem_cache_free(ima_iint_cache, iint); in ima_iint_free()
91 struct ima_iint_cache *ima_inode_get(struct inode *inode) in ima_inode_get()
93 struct ima_iint_cache *iint; in ima_inode_get()
99 iint = kmem_cache_alloc(ima_iint_cache, GFP_NOFS); in ima_inode_get()
119 struct ima_iint_cache **iint_p = inode_security + ima_blob_sizes.lbs_inode; in ima_inode_free_rcu()
128 struct ima_iint_cache *iint = (struct ima_iint_cache *)foo; in ima_iint_init_once()
135 ima_iint_cache = in ima_iintcache_init()
136 kmem_cache_create("ima_iint_cache", sizeof(struct ima_iint_cache), in ima_iintcache_init()