Home
last modified time | relevance | path

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

/linux-6.1.9/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_record_cache()
184 jbd2_revoke_record_cache = NULL; in jbd2_journal_destroy_revoke_record_cache()
195 J_ASSERT(!jbd2_revoke_record_cache); in jbd2_journal_init_revoke_record_cache()
196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_record_cache()
199 if (!jbd2_revoke_record_cache) { in jbd2_journal_init_revoke_record_cache()
452 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_cancel_revoke()
558 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_write_revoke_records()
740 kmem_cache_free(jbd2_revoke_record_cache, record); in jbd2_journal_clear_revoke()