Home
last modified time | relevance | path

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

/fs/ceph/
Dsuper.c789 struct kmem_cache *ceph_dentry_cachep; variable
819 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches()
821 if (!ceph_dentry_cachep) in init_caches()
843 kmem_cache_destroy(ceph_dentry_cachep); in init_caches()
864 kmem_cache_destroy(ceph_dentry_cachep); in destroy_caches()
Ddir.c42 di = kmem_cache_zalloc(ceph_dentry_cachep, GFP_KERNEL); in ceph_d_init()
1689 kmem_cache_free(ceph_dentry_cachep, di); in ceph_d_release()