Searched refs:ocfs2_inode_cachep (Results 1 – 1 of 1) sorted by relevance
78 static struct kmem_cache *ocfs2_inode_cachep; variable570 oi = kmem_cache_alloc(ocfs2_inode_cachep, GFP_NOFS); in ocfs2_alloc_inode()585 kmem_cache_free(ocfs2_inode_cachep, OCFS2_I(inode)); in ocfs2_i_callback()1770 ocfs2_inode_cachep = kmem_cache_create("ocfs2_inode_cache", in ocfs2_initialize_mem_caches()1787 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()1789 if (ocfs2_inode_cachep) in ocfs2_initialize_mem_caches()1790 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_initialize_mem_caches()1808 if (ocfs2_inode_cachep) in ocfs2_free_mem_caches()1809 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_free_mem_caches()1810 ocfs2_inode_cachep = NULL; in ocfs2_free_mem_caches()