Home
last modified time | relevance | path

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

/Linux-v4.19/fs/freevxfs/
Dvxfs_super.c56 static struct kmem_cache *vxfs_inode_cachep; variable
127 vi = kmem_cache_alloc(vxfs_inode_cachep, GFP_KERNEL); in vxfs_alloc_inode()
138 kmem_cache_free(vxfs_inode_cachep, VXFS_INO(inode)); in vxfs_i_callback()
335 vxfs_inode_cachep = kmem_cache_create_usercopy("vxfs_inode", in vxfs_init()
342 if (!vxfs_inode_cachep) in vxfs_init()
346 kmem_cache_destroy(vxfs_inode_cachep); in vxfs_init()
359 kmem_cache_destroy(vxfs_inode_cachep); in vxfs_cleanup()