Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Drevoke.c99 static struct kmem_cache *revoke_table_cache; variable
196 if (revoke_table_cache) { in journal_destroy_revoke_caches()
197 kmem_cache_destroy(revoke_table_cache); in journal_destroy_revoke_caches()
198 revoke_table_cache = NULL; in journal_destroy_revoke_caches()
205 J_ASSERT(!revoke_table_cache); in journal_init_revoke_caches()
215 revoke_table_cache = kmem_cache_create("revoke_table", in journal_init_revoke_caches()
218 if (!revoke_table_cache) in journal_init_revoke_caches()
234 table = kmem_cache_alloc(revoke_table_cache, GFP_KERNEL); in journal_init_revoke_table()
243 kmem_cache_free(revoke_table_cache, table); in journal_init_revoke_table()
266 kmem_cache_free(revoke_table_cache, table); in journal_destroy_revoke_table()