Lines Matching refs:revoke_record_cache
98 static struct kmem_cache *revoke_record_cache; variable
147 record = kmem_cache_alloc(revoke_record_cache, GFP_NOFS); in insert_revoke_hash()
192 if (revoke_record_cache) { in journal_destroy_revoke_caches()
193 kmem_cache_destroy(revoke_record_cache); in journal_destroy_revoke_caches()
194 revoke_record_cache = NULL; in journal_destroy_revoke_caches()
204 J_ASSERT(!revoke_record_cache); in journal_init_revoke_caches()
207 revoke_record_cache = kmem_cache_create("revoke_record", in journal_init_revoke_caches()
212 if (!revoke_record_cache) in journal_init_revoke_caches()
452 kmem_cache_free(revoke_record_cache, record); in journal_cancel_revoke()
558 kmem_cache_free(revoke_record_cache, record); in journal_write_revoke_records()
730 kmem_cache_free(revoke_record_cache, record); in journal_clear_revoke()