Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dinode.c37 static struct kmem_cache *spufs_inode_cache; variable
51 ei = kmem_cache_alloc(spufs_inode_cache, GFP_KERNEL); in spufs_alloc_inode()
64 kmem_cache_free(spufs_inode_cache, SPUFS_I(inode)); in spufs_free_inode()
787 spufs_inode_cache = kmem_cache_create("spufs_inode_cache", in spufs_init()
791 if (!spufs_inode_cache) in spufs_init()
812 kmem_cache_destroy(spufs_inode_cache); in spufs_init()
824 kmem_cache_destroy(spufs_inode_cache); in spufs_exit()