Home
last modified time | relevance | path

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

/linux-2.6.39/fs/jbd/
Drevoke.c94 static struct kmem_cache *revoke_table_cache; variable
195 if (revoke_table_cache) { in journal_destroy_revoke_caches()
196 kmem_cache_destroy(revoke_table_cache); in journal_destroy_revoke_caches()
197 revoke_table_cache = NULL; in journal_destroy_revoke_caches()
204 J_ASSERT(!revoke_table_cache); in journal_init_revoke_caches()
214 revoke_table_cache = kmem_cache_create("revoke_table", in journal_init_revoke_caches()
217 if (!revoke_table_cache) in journal_init_revoke_caches()
234 table = kmem_cache_alloc(revoke_table_cache, GFP_KERNEL); in journal_init_revoke_table()
246 kmem_cache_free(revoke_table_cache, table); in journal_init_revoke_table()
269 kmem_cache_free(revoke_table_cache, table); in journal_destroy_revoke_table()