Searched refs:jbd2_inode_cache (Results 1 – 1 of 1) sorted by relevance
96 EXPORT_SYMBOL(jbd2_inode_cache);3063 struct kmem_cache *jbd2_handle_cache, *jbd2_inode_cache; variable3067 J_ASSERT(!jbd2_inode_cache); in jbd2_journal_init_inode_cache()3068 jbd2_inode_cache = KMEM_CACHE(jbd2_inode, 0); in jbd2_journal_init_inode_cache()3069 if (!jbd2_inode_cache) { in jbd2_journal_init_inode_cache()3089 kmem_cache_destroy(jbd2_inode_cache); in jbd2_journal_destroy_inode_cache()3090 jbd2_inode_cache = NULL; in jbd2_journal_destroy_inode_cache()