Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jbd2/
Drevoke.c95 static struct kmem_cache *jbd2_revoke_record_cache; variable
145 record = kmem_cache_alloc(jbd2_revoke_record_cache, gfp_mask); in insert_revoke_hash()
183 kmem_cache_destroy(jbd2_revoke_record_cache); in jbd2_journal_destroy_revoke_caches()
184 jbd2_revoke_record_cache = NULL; in jbd2_journal_destroy_revoke_caches()
191 J_ASSERT(!jbd2_revoke_record_cache); in jbd2_journal_init_revoke_caches()
194 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches()
196 if (!jbd2_revoke_record_cache) in jbd2_journal_init_revoke_caches()
438 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_cancel_revoke()
544 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_write_revoke_records()
728 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_clear_revoke()