Searched refs:vxfs_inode_cachep (Results 1 – 3 of 3) sorted by relevance
269 vxfs_inode_cachep = kmem_cache_create("vxfs_inode", in vxfs_init()272 if (!vxfs_inode_cachep) in vxfs_init()276 kmem_cache_destroy(vxfs_inode_cachep); in vxfs_init()289 kmem_cache_destroy(vxfs_inode_cachep); in vxfs_cleanup()
44 struct kmem_cache *vxfs_inode_cachep; variable101 if (!(vip = kmem_cache_alloc(vxfs_inode_cachep, GFP_KERNEL))) in vxfs_blkiget()143 if (!(vip = kmem_cache_alloc(vxfs_inode_cachep, GFP_KERNEL))) in __vxfs_iget()343 kmem_cache_free(vxfs_inode_cachep, inode->i_private); in vxfs_i_callback()
58 extern struct kmem_cache *vxfs_inode_cachep;