ocfs2_inode_cachep   66 fs/ocfs2/super.c static struct kmem_cache *ocfs2_inode_cachep;
ocfs2_inode_cachep  552 fs/ocfs2/super.c 	oi = kmem_cache_alloc(ocfs2_inode_cachep, GFP_NOFS);
ocfs2_inode_cachep  566 fs/ocfs2/super.c 	kmem_cache_free(ocfs2_inode_cachep, OCFS2_I(inode));
ocfs2_inode_cachep 1710 fs/ocfs2/super.c 	ocfs2_inode_cachep = kmem_cache_create("ocfs2_inode_cache",
ocfs2_inode_cachep 1727 fs/ocfs2/super.c 	if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep ||
ocfs2_inode_cachep 1729 fs/ocfs2/super.c 		kmem_cache_destroy(ocfs2_inode_cachep);
ocfs2_inode_cachep 1745 fs/ocfs2/super.c 	kmem_cache_destroy(ocfs2_inode_cachep);
ocfs2_inode_cachep 1746 fs/ocfs2/super.c 	ocfs2_inode_cachep = NULL;