Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/verity/
H A Dopen.c12 static struct kmem_cache *fsverity_info_cachep; variable
196 vi = kmem_cache_zalloc(fsverity_info_cachep, GFP_KERNEL); in fsverity_create_info()
262 kmem_cache_free(fsverity_info_cachep, vi); in fsverity_free_info()
372 fsverity_info_cachep = KMEM_CACHE_USERCOPY(fsverity_info, in fsverity_init_info_cache()
375 if (!fsverity_info_cachep) in fsverity_init_info_cache()
382 kmem_cache_destroy(fsverity_info_cachep); in fsverity_exit_info_cache()
383 fsverity_info_cachep = NULL; in fsverity_exit_info_cache()
/kernel/linux/linux-6.6/fs/verity/
H A Dopen.c13 static struct kmem_cache *fsverity_info_cachep; variable
198 vi = kmem_cache_zalloc(fsverity_info_cachep, GFP_KERNEL); in fsverity_create_info()
293 kmem_cache_free(fsverity_info_cachep, vi); in fsverity_free_info()
429 fsverity_info_cachep = KMEM_CACHE_USERCOPY( in fsverity_init_info_cache()

Completed in 2 milliseconds