Searched refs:jbd2_revoke_record_cache (Results 1 – 1 of 1) sorted by relevance
98 static struct kmem_cache *jbd2_revoke_record_cache; variable148 record = kmem_cache_alloc(jbd2_revoke_record_cache, gfp_mask); in insert_revoke_hash()186 if (jbd2_revoke_record_cache) { in jbd2_journal_destroy_revoke_caches()187 kmem_cache_destroy(jbd2_revoke_record_cache); in jbd2_journal_destroy_revoke_caches()188 jbd2_revoke_record_cache = NULL; in jbd2_journal_destroy_revoke_caches()198 J_ASSERT(!jbd2_revoke_record_cache); in jbd2_journal_init_revoke_caches()201 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches()203 if (!jbd2_revoke_record_cache) in jbd2_journal_init_revoke_caches()444 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_cancel_revoke()552 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_write_revoke_records()[all …]