Home
last modified time | relevance | path

Searched refs:jbd2_revoke_record_cache (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/jbd2/
Drevoke.c98 static struct kmem_cache *jbd2_revoke_record_cache; variable
146 record = kmem_cache_alloc(jbd2_revoke_record_cache, GFP_NOFS); in insert_revoke_hash()
191 if (jbd2_revoke_record_cache) { in jbd2_journal_destroy_revoke_caches()
192 kmem_cache_destroy(jbd2_revoke_record_cache); in jbd2_journal_destroy_revoke_caches()
193 jbd2_revoke_record_cache = NULL; in jbd2_journal_destroy_revoke_caches()
203 J_ASSERT(!jbd2_revoke_record_cache); in jbd2_journal_init_revoke_caches()
206 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches()
208 if (!jbd2_revoke_record_cache) in jbd2_journal_init_revoke_caches()
449 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_cancel_revoke()
557 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_write_revoke_records()
[all …]