erofs_inode_cachep   17 fs/erofs/super.c static struct kmem_cache *erofs_inode_cachep __read_mostly;
erofs_inode_cachep   59 fs/erofs/super.c 		kmem_cache_alloc(erofs_inode_cachep, GFP_KERNEL);
erofs_inode_cachep   78 fs/erofs/super.c 	kmem_cache_free(erofs_inode_cachep, vi);
erofs_inode_cachep  480 fs/erofs/super.c 	erofs_inode_cachep = kmem_cache_create("erofs_inode",
erofs_inode_cachep  484 fs/erofs/super.c 	if (!erofs_inode_cachep) {
erofs_inode_cachep  508 fs/erofs/super.c 	kmem_cache_destroy(erofs_inode_cachep);
erofs_inode_cachep  521 fs/erofs/super.c 	kmem_cache_destroy(erofs_inode_cachep);