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)
43 static inline void ima_iint_lockdep_annotate(struct ima_iint_cache *iint,
58 static void ima_iint_init_always(struct ima_iint_cache *iint,
75 static void ima_iint_free(struct ima_iint_cache *iint)
79 kmem_cache_free(ima_iint_cache, iint);
91 struct ima_iint_cache *ima_inode_get(struct inode *inode)
93 struct ima_iint_cache *iint;
99 iint = kmem_cache_alloc(ima_iint_cache, GFP_NOFS);
119 struct ima_iint_cache **iint_p = inode_security + ima_blob_sizes.lbs_inode;
128 struct ima_iint_cache *iint = (struct ima_iint_cache *)foo;
135 ima_iint_cache =
136 kmem_cache_create("ima_iint_cache", sizeof(struct ima_iint_cache),