Searched refs:f2fs_crypto_ctx_cachep (Results 1 – 1 of 1) sorted by relevance
69 static struct kmem_cache *f2fs_crypto_ctx_cachep; variable91 kmem_cache_free(f2fs_crypto_ctx_cachep, ctx); in f2fs_release_crypto_ctx()134 ctx = kmem_cache_zalloc(f2fs_crypto_ctx_cachep, GFP_NOFS); in f2fs_get_crypto_ctx()184 kmem_cache_free(f2fs_crypto_ctx_cachep, pos); in f2fs_crypto_destroy()213 ctx = kmem_cache_zalloc(f2fs_crypto_ctx_cachep, GFP_KERNEL); in f2fs_crypto_initialize()243 if (f2fs_crypto_ctx_cachep) in f2fs_exit_crypto()244 kmem_cache_destroy(f2fs_crypto_ctx_cachep); in f2fs_exit_crypto()257 f2fs_crypto_ctx_cachep = KMEM_CACHE(f2fs_crypto_ctx, in f2fs_init_crypto()259 if (!f2fs_crypto_ctx_cachep) in f2fs_init_crypto()