Searched refs:revoke_record_cache (Results 1 – 1 of 1) sorted by relevance
93 static struct kmem_cache *revoke_record_cache; variable146 record = kmem_cache_alloc(revoke_record_cache, GFP_NOFS); in insert_revoke_hash()191 if (revoke_record_cache) { in journal_destroy_revoke_caches()192 kmem_cache_destroy(revoke_record_cache); in journal_destroy_revoke_caches()193 revoke_record_cache = NULL; in journal_destroy_revoke_caches()203 J_ASSERT(!revoke_record_cache); in journal_init_revoke_caches()206 revoke_record_cache = kmem_cache_create("revoke_record", in journal_init_revoke_caches()211 if (!revoke_record_cache) in journal_init_revoke_caches()455 kmem_cache_free(revoke_record_cache, record); in journal_cancel_revoke()531 kmem_cache_free(revoke_record_cache, record); in journal_write_revoke_records()[all …]