Searched refs:jbd2_inode_cache (Results 1 – 1 of 1) sorted by relevance
96 EXPORT_SYMBOL(jbd2_inode_cache);3080 struct kmem_cache *jbd2_handle_cache, *jbd2_inode_cache; variable3084 J_ASSERT(!jbd2_inode_cache); in jbd2_journal_init_inode_cache()3085 jbd2_inode_cache = KMEM_CACHE(jbd2_inode, 0); in jbd2_journal_init_inode_cache()3086 if (!jbd2_inode_cache) { in jbd2_journal_init_inode_cache()3106 kmem_cache_destroy(jbd2_inode_cache); in jbd2_journal_destroy_inode_cache()3107 jbd2_inode_cache = NULL; in jbd2_journal_destroy_inode_cache()