Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dinode.c49 static struct kmem_cache *spufs_inode_cache; variable
63 ei = kmem_cache_alloc(spufs_inode_cache, GFP_KERNEL); in spufs_alloc_inode()
77 kmem_cache_free(spufs_inode_cache, SPUFS_I(inode)); in spufs_i_callback()
786 spufs_inode_cache = kmem_cache_create("spufs_inode_cache", in spufs_init()
790 if (!spufs_inode_cache) in spufs_init()
811 kmem_cache_destroy(spufs_inode_cache); in spufs_init()
823 kmem_cache_destroy(spufs_inode_cache); in spufs_exit()