Home
last modified time | relevance | path

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

/fs/ocfs2/
Dsuper.c79 static struct kmem_cache *ocfs2_inode_cachep = NULL; variable
561 oi = kmem_cache_alloc(ocfs2_inode_cachep, GFP_NOFS); in ocfs2_alloc_inode()
572 kmem_cache_free(ocfs2_inode_cachep, OCFS2_I(inode)); in ocfs2_i_callback()
1788 ocfs2_inode_cachep = kmem_cache_create("ocfs2_inode_cache", in ocfs2_initialize_mem_caches()
1805 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1807 if (ocfs2_inode_cachep) in ocfs2_initialize_mem_caches()
1808 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_initialize_mem_caches()
1821 if (ocfs2_inode_cachep) in ocfs2_free_mem_caches()
1822 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_free_mem_caches()
1823 ocfs2_inode_cachep = NULL; in ocfs2_free_mem_caches()