Home
last modified time | relevance | path

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

/linux/fs/jbd2/
A 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()
/linux/
A DSystem.map161276 ffff80001212da78 b jbd2_revoke_record_cache
A D.tmp_System.map161276 ffff80001212da78 b jbd2_revoke_record_cache

Completed in 849 milliseconds