Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drevoke.c98 static lkmem_cache_t *jbd2_revoke_table_cache; variable
197 if (jbd2_revoke_table_cache) { in journal_destroy_revoke_caches()
198 kmem_cache_destroy(jbd2_revoke_table_cache); in journal_destroy_revoke_caches()
199 jbd2_revoke_table_cache = NULL; in journal_destroy_revoke_caches()
206 J_ASSERT(!jbd2_revoke_table_cache); in journal_init_revoke_caches()
213 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in journal_init_revoke_caches()
215 if (!jbd2_revoke_table_cache) in journal_init_revoke_caches()
230 table = kmem_cache_alloc(jbd2_revoke_table_cache, GFP_KERNEL); in journal_init_revoke_table()
242 kmem_cache_free(jbd2_revoke_table_cache, table); in journal_init_revoke_table()
265 kmem_cache_free(jbd2_revoke_table_cache, table); in journal_destroy_revoke_table()
/external/e2fsprogs/debugfs/
Drevoke.c98 static lkmem_cache_t *jbd2_revoke_table_cache; variable
197 if (jbd2_revoke_table_cache) { in journal_destroy_revoke_caches()
198 kmem_cache_destroy(jbd2_revoke_table_cache); in journal_destroy_revoke_caches()
199 jbd2_revoke_table_cache = NULL; in journal_destroy_revoke_caches()
206 J_ASSERT(!jbd2_revoke_table_cache); in journal_init_revoke_caches()
213 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in journal_init_revoke_caches()
215 if (!jbd2_revoke_table_cache) in journal_init_revoke_caches()
230 table = kmem_cache_alloc(jbd2_revoke_table_cache, GFP_KERNEL); in journal_init_revoke_table()
242 kmem_cache_free(jbd2_revoke_table_cache, table); in journal_init_revoke_table()
265 kmem_cache_free(jbd2_revoke_table_cache, table); in journal_destroy_revoke_table()