Searched refs:ceph_inode_cachep (Results 1 – 2 of 2) sorted by relevance
623 struct kmem_cache *ceph_inode_cachep; variable639 ceph_inode_cachep = kmem_cache_create("ceph_inode_info", in init_caches()644 if (ceph_inode_cachep == NULL) in init_caches()677 kmem_cache_destroy(ceph_inode_cachep); in init_caches()689 kmem_cache_destroy(ceph_inode_cachep); in destroy_caches()
380 ci = kmem_cache_alloc(ceph_inode_cachep, GFP_NOFS); in ceph_alloc_inode()478 kmem_cache_free(ceph_inode_cachep, ci); in ceph_i_callback()