Searched refs:revoke_record_cache (Results 1 – 1 of 1) sorted by relevance
74 static lkmem_cache_t *revoke_record_cache; variable129 record = kmem_cache_alloc(revoke_record_cache, GFP_NOFS); in insert_revoke_hash()173 revoke_record_cache = kmem_cache_create("revoke_record", in journal_init_revoke_caches()176 if (revoke_record_cache == 0) in journal_init_revoke_caches()183 kmem_cache_destroy(revoke_record_cache); in journal_init_revoke_caches()184 revoke_record_cache = NULL; in journal_init_revoke_caches()192 kmem_cache_destroy(revoke_record_cache); in journal_destroy_revoke_caches()193 revoke_record_cache = 0; in journal_destroy_revoke_caches()402 kmem_cache_free(revoke_record_cache, record); in journal_cancel_revoke()462 kmem_cache_free(revoke_record_cache, record); in journal_write_revoke_records()[all …]