Home
last modified time | relevance | path

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

/Linux-v5.4/fs/verity/
Dopen.c12 static struct kmem_cache *fsverity_info_cachep; variable
183 vi = kmem_cache_zalloc(fsverity_info_cachep, GFP_KERNEL); in fsverity_create_info()
235 kmem_cache_free(fsverity_info_cachep, vi); in fsverity_free_info()
344 fsverity_info_cachep = KMEM_CACHE_USERCOPY(fsverity_info, in fsverity_init_info_cache()
347 if (!fsverity_info_cachep) in fsverity_init_info_cache()
354 kmem_cache_destroy(fsverity_info_cachep); in fsverity_exit_info_cache()
355 fsverity_info_cachep = NULL; in fsverity_exit_info_cache()