fsverity_info_cachep   12 fs/verity/open.c static struct kmem_cache *fsverity_info_cachep;
fsverity_info_cachep  183 fs/verity/open.c 	vi = kmem_cache_zalloc(fsverity_info_cachep, GFP_KERNEL);
fsverity_info_cachep  235 fs/verity/open.c 	kmem_cache_free(fsverity_info_cachep, vi);
fsverity_info_cachep  344 fs/verity/open.c 	fsverity_info_cachep = KMEM_CACHE_USERCOPY(fsverity_info,
fsverity_info_cachep  347 fs/verity/open.c 	if (!fsverity_info_cachep)
fsverity_info_cachep  354 fs/verity/open.c 	kmem_cache_destroy(fsverity_info_cachep);
fsverity_info_cachep  355 fs/verity/open.c 	fsverity_info_cachep = NULL;