efs_inode_cachep   66 fs/efs/super.c static struct kmem_cache * efs_inode_cachep;
efs_inode_cachep   71 fs/efs/super.c 	ei = kmem_cache_alloc(efs_inode_cachep, GFP_KERNEL);
efs_inode_cachep   79 fs/efs/super.c 	kmem_cache_free(efs_inode_cachep, INODE_INFO(inode));
efs_inode_cachep   91 fs/efs/super.c 	efs_inode_cachep = kmem_cache_create("efs_inode_cache",
efs_inode_cachep   95 fs/efs/super.c 	if (efs_inode_cachep == NULL)
efs_inode_cachep  107 fs/efs/super.c 	kmem_cache_destroy(efs_inode_cachep);