Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsuper.c909 struct kmem_cache *ceph_dentry_cachep; variable
944 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches()
946 if (!ceph_dentry_cachep) in init_caches()
975 kmem_cache_destroy(ceph_dentry_cachep); in init_caches()
999 kmem_cache_destroy(ceph_dentry_cachep); in destroy_caches()
H A Ddir.c44 di = kmem_cache_zalloc(ceph_dentry_cachep, GFP_KERNEL); in ceph_d_init()
2010 kmem_cache_free(ceph_dentry_cachep, di); in ceph_d_release()
/openbmc/linux/include/linux/ceph/
H A Dlibceph.h279 extern struct kmem_cache *ceph_dentry_cachep;