hfs_inode_cachep   29 fs/hfs/super.c static struct kmem_cache *hfs_inode_cachep;
hfs_inode_cachep  166 fs/hfs/super.c 	i = kmem_cache_alloc(hfs_inode_cachep, GFP_KERNEL);
hfs_inode_cachep  172 fs/hfs/super.c 	kmem_cache_free(hfs_inode_cachep, HFS_I(inode));
hfs_inode_cachep  480 fs/hfs/super.c 	hfs_inode_cachep = kmem_cache_create("hfs_inode_cache",
hfs_inode_cachep  483 fs/hfs/super.c 	if (!hfs_inode_cachep)
hfs_inode_cachep  487 fs/hfs/super.c 		kmem_cache_destroy(hfs_inode_cachep);
hfs_inode_cachep  500 fs/hfs/super.c 	kmem_cache_destroy(hfs_inode_cachep);