Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
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()
793 spufs_inode_cache = kmem_cache_create("spufs_inode_cache", in spufs_init()
797 if (!spufs_inode_cache) in spufs_init()
818 kmem_cache_destroy(spufs_inode_cache); in spufs_init()
830 kmem_cache_destroy(spufs_inode_cache); in spufs_exit()