Home
last modified time | relevance | path

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

/linux-4.1.27/fs/freevxfs/
Dvxfs_super.c269 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()
Dvxfs_inode.c44 struct kmem_cache *vxfs_inode_cachep; variable
101 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()
Dvxfs_extern.h58 extern struct kmem_cache *vxfs_inode_cachep;