Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dsuper.c63 static struct kmem_cache *ocfs2_inode_cachep; variable
549 oi = alloc_inode_sb(sb, ocfs2_inode_cachep, GFP_NOFS); in ocfs2_alloc_inode()
563 kmem_cache_free(ocfs2_inode_cachep, OCFS2_I(inode)); in ocfs2_free_inode()
1707 ocfs2_inode_cachep = kmem_cache_create("ocfs2_inode_cache", in ocfs2_initialize_mem_caches()
1724 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1726 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_initialize_mem_caches()
1742 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_free_mem_caches()
1743 ocfs2_inode_cachep = NULL; in ocfs2_free_mem_caches()