affs_inode_cachep   97 fs/affs/super.c static struct kmem_cache * affs_inode_cachep;
affs_inode_cachep  103 fs/affs/super.c 	i = kmem_cache_alloc(affs_inode_cachep, GFP_KERNEL);
affs_inode_cachep  117 fs/affs/super.c 	kmem_cache_free(affs_inode_cachep, AFFS_I(inode));
affs_inode_cachep  131 fs/affs/super.c 	affs_inode_cachep = kmem_cache_create("affs_inode_cache",
affs_inode_cachep  136 fs/affs/super.c 	if (affs_inode_cachep == NULL)
affs_inode_cachep  148 fs/affs/super.c 	kmem_cache_destroy(affs_inode_cachep);