Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c38 static struct kmem_cache *spufs_inode_cache; variable
52 ei = kmem_cache_alloc(spufs_inode_cache, GFP_KERNEL); in spufs_alloc_inode()
65 kmem_cache_free(spufs_inode_cache, SPUFS_I(inode)); in spufs_free_inode()
783 spufs_inode_cache = kmem_cache_create("spufs_inode_cache", in spufs_init()
787 if (!spufs_inode_cache) in spufs_init()
808 kmem_cache_destroy(spufs_inode_cache); in spufs_init()
820 kmem_cache_destroy(spufs_inode_cache); in spufs_exit()