Home
last modified time | relevance | path

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

/fs/freevxfs/
A Dvxfs_super.c32 static struct kmem_cache *vxfs_inode_cachep; variable
105 vi = alloc_inode_sb(sb, vxfs_inode_cachep, GFP_KERNEL); in vxfs_alloc_inode()
114 kmem_cache_free(vxfs_inode_cachep, VXFS_INO(inode)); in vxfs_free_inode()
319 vxfs_inode_cachep = kmem_cache_create_usercopy("vxfs_inode", in vxfs_init()
326 if (!vxfs_inode_cachep) in vxfs_init()
330 kmem_cache_destroy(vxfs_inode_cachep); in vxfs_init()
343 kmem_cache_destroy(vxfs_inode_cachep); in vxfs_cleanup()

Completed in 3 milliseconds