Home
last modified time | relevance | path

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

/fs/jbd2/
Drevoke.c99 static struct kmem_cache *jbd2_revoke_table_cache; variable
190 if (jbd2_revoke_table_cache) { in jbd2_journal_destroy_revoke_caches()
191 kmem_cache_destroy(jbd2_revoke_table_cache); in jbd2_journal_destroy_revoke_caches()
192 jbd2_revoke_table_cache = NULL; in jbd2_journal_destroy_revoke_caches()
199 J_ASSERT(!jbd2_revoke_table_cache); in jbd2_journal_init_revoke_caches()
206 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in jbd2_journal_init_revoke_caches()
208 if (!jbd2_revoke_table_cache) in jbd2_journal_init_revoke_caches()
223 table = kmem_cache_alloc(jbd2_revoke_table_cache, GFP_KERNEL); in jbd2_journal_init_revoke_table()
235 kmem_cache_free(jbd2_revoke_table_cache, table); in jbd2_journal_init_revoke_table()
258 kmem_cache_free(jbd2_revoke_table_cache, table); in jbd2_journal_destroy_revoke_table()