Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd2/
Drevoke.c99 static struct kmem_cache *jbd2_revoke_table_cache; variable
195 if (jbd2_revoke_table_cache) { in jbd2_journal_destroy_revoke_caches()
196 kmem_cache_destroy(jbd2_revoke_table_cache); in jbd2_journal_destroy_revoke_caches()
197 jbd2_revoke_table_cache = NULL; in jbd2_journal_destroy_revoke_caches()
204 J_ASSERT(!jbd2_revoke_table_cache); in jbd2_journal_init_revoke_caches()
211 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in jbd2_journal_init_revoke_caches()
213 if (!jbd2_revoke_table_cache) in jbd2_journal_init_revoke_caches()
228 table = kmem_cache_alloc(jbd2_revoke_table_cache, GFP_KERNEL); in jbd2_journal_init_revoke_table()
240 kmem_cache_free(jbd2_revoke_table_cache, table); in jbd2_journal_init_revoke_table()
263 kmem_cache_free(jbd2_revoke_table_cache, table); in jbd2_journal_destroy_revoke_table()