Home
last modified time | relevance | path

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

/linux-4.1.27/security/smack/
Dsmack_lsm.c56 static struct kmem_cache *smack_inode_cache; variable
284 isp = kmem_cache_zalloc(smack_inode_cache, GFP_NOFS); in new_inode_smack()
816 kmem_cache_free(smack_inode_cache, inode->i_security); in smack_inode_free_security()
4457 smack_inode_cache = KMEM_CACHE(inode_smack, 0); in smack_init()
4458 if (!smack_inode_cache) in smack_init()
4464 kmem_cache_destroy(smack_inode_cache); in smack_init()